Fix - typo in comment

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2025-05-18 10:08:55 +01:00
parent ff2d47a8f5
commit 983eb2e07a

View File

@@ -215,7 +215,7 @@ client_list_add_client(const char mac[], const char ip[])
char *msg;
if (!check_mac_format(mac)) {
// Inappropriate format in IP address
// Inappropriate format in MAC address
debug(LOG_NOTICE, "Illegal MAC format [%s]", mac);
return NULL;
}