mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Forgot to re-enable forking.
This commit is contained in:
@@ -94,7 +94,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
/* Fork client */
|
||||
client_pid = 0; /*fork();*/
|
||||
client_pid = fork();
|
||||
if (client_pid < 0) {
|
||||
perror("Could not fork child");
|
||||
return 4;
|
||||
|
Reference in New Issue
Block a user