Blame SOURCES/tigervnc-correctly-start-vncsession-as-daemon.patch

9e6ab1
diff --git a/unix/vncserver/vncsession.c b/unix/vncserver/vncsession.c
9e6ab1
index 2b47f5f5..f78c096f 100644
9e6ab1
--- a/unix/vncserver/vncsession.c
9e6ab1
+++ b/unix/vncserver/vncsession.c
9e6ab1
@@ -99,7 +99,7 @@ begin_daemon(void)
9e6ab1
         return -1;
9e6ab1
     }
9e6ab1
 
9e6ab1
-    if (pid == 0)
9e6ab1
+    if (pid != 0)
9e6ab1
         _exit(0);
9e6ab1
 
9e6ab1
     /* Send all stdio to /dev/null */