]> source.dussan.org Git - tigervnc.git/commit
Fix incorrect daemonization by vncsession
authorPierre Ossman <ossman@cendio.se>
Wed, 25 Nov 2020 11:35:32 +0000 (12:35 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 25 Nov 2020 11:35:32 +0000 (12:35 +0100)
commitfd52f3c538bc6b7ee1bb6d8305c23ae27fab9279
tree04d351c24f1b5f1122b4321a25f9dbfb7e13b851
parent76443e0899f6057f443d6604fb1e6635626fce6c
Fix incorrect daemonization by vncsession

We terminated the child instead of the parent after fork().

Reported by Jan Grulich from Red Hat.
unix/vncserver/vncsession.c