vncserver: fix -debug

This commit is contained in:
Dmitry Maksyoma
2021-10-28 23:02:41 +13:00
parent c2d18f3829
commit 9a82b7debe

View File

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