give the socket an invalid username to ensure it is unique
This commit is contained in:
parent
6365ec4411
commit
8b8b3e3c52
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ void server::run() {
|
|||
// Process commands from the server socket/fifo
|
||||
std::string admin_cmd;
|
||||
if (input_.read_line(admin_cmd)) {
|
||||
process_command(admin_cmd, "socket");
|
||||
process_command(admin_cmd, "*socket*");
|
||||
}
|
||||
|
||||
time_t now = time(NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue