vncserver: fix -debug

This commit is contained in:
Dmitry Maksyoma 2021-10-28 23:02:41 +13:00
parent 303fde284e
commit f3681c87f9

View File

@ -984,6 +984,9 @@ sub SwallowedArgs {
if ($opt{"-interface"}) {
$cmd .= " " . "-interface " . quotedString($opt{"-interface"});
}
if ($opt{"-log"}) {
$cmd .= " " . "-log " . quotedString($opt{"-log"});
}
$cmd;
}