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