瀏覽代碼

Respect given server name

No practical difference currently, but let's respect what this API was
supposed to do.
pull/1574/head
Pierre Ossman 1 年之前
父節點
當前提交
225e1516f9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      vncviewer/vncviewer.cxx

+ 1
- 1
vncviewer/vncviewer.cxx 查看文件

@@ -184,7 +184,7 @@ static void mainloop(const char* vncserver, network::Socket* sock)

exitMainloop = false;

cc = new CConn(vncServerName, sock);
cc = new CConn(vncserver, sock);

while (!exitMainloop) {
int next_timer;

Loading…
取消
儲存