]> source.dussan.org Git - tigervnc.git/commit
Fix late vncsession logging
authorPierre Ossman <ossman@cendio.se>
Wed, 22 May 2024 09:44:41 +0000 (11:44 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 30 May 2024 14:16:10 +0000 (16:16 +0200)
commit58b31be6270659d4405efecb9c3bcd42a62def89
treee3759b652bb3fe207a37d49f25f852df819e1705
parent2520276debdc9fec1357c8f2d0ef36223a158276
Fix late vncsession logging

The syslog file descriptor will be closed when we are cleaning up in
preparation for running the vncserver script, so we need to explicitly
reopen things in case we need to log errors.

At the same time, try to be polite and explicitly close the log when
appropriate.
unix/vncserver/vncsession.c