瀏覽代碼

Do not return returncode indicating error when listing sessions

tags/v1.9.90
Jan Grulich 4 年之前
父節點
當前提交
3fc2561f78
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      unix/vncserver

+ 1
- 1
unix/vncserver 查看文件

@@ -709,7 +709,7 @@ sub List
}
}
}
exit 1;
exit;
}



Loading…
取消
儲存