Fix get_serials name
parent
a15b71d970
commit
5612f583b8
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue