mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-10 12:27:55 -05:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user