mirror of
https://github.com/intrepidcs/icsscand.git
synced 2026-08-05 01:28:26 +02:00
Fix get_serials name
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ private:
|
|||||||
unlockNetworks(args);
|
unlockNetworks(args);
|
||||||
} else if(command == "get_network_mutex_status") {
|
} else if(command == "get_network_mutex_status") {
|
||||||
getNetworkMutexStatus(args);
|
getNetworkMutexStatus(args);
|
||||||
} else if(command == "get_devices") {
|
} else if(command == "get_serials") {
|
||||||
getSerials(args);
|
getSerials(args);
|
||||||
} else {
|
} else {
|
||||||
LOGF(LOG_WARNING, "Unknown command '%s'\n", command.c_str());
|
LOGF(LOG_WARNING, "Unknown command '%s'\n", command.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user