Partial implementation of libvncclient-based VNC access, enabled debugging.

This commit is contained in:
Michael Jumper
2010-09-05 23:49:48 -07:00
parent 82cf348d95
commit 0761da0cbe
3 changed files with 167 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ int main(int argc, char* argv[]) {
}
/* Fork proxy */
proxy_pid = fork();
proxy_pid = 0; /*fork();*/
if (proxy_pid < 0) {
perror("Could not fork child");
}