mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Working VNC client!
This commit is contained in:
@@ -60,7 +60,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
/* Fork proxy */
|
||||
proxy_pid = 0; /*fork();*/
|
||||
proxy_pid = fork();
|
||||
if (proxy_pid < 0) {
|
||||
perror("Could not fork child");
|
||||
}
|
||||
|
Reference in New Issue
Block a user