In Tray menu the item " Disable New Clients " added.
Also some bugs are fixed.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@468 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/network/Socket.h b/network/Socket.h
index 595f47e..09d88be 100644
--- a/network/Socket.h
+++ b/network/Socket.h
@@ -122,7 +122,7 @@
       if (newTimeout && (!*timeout || newTimeout < *timeout))
         *timeout = newTimeout;
     }
-    virtual bool getDisable() {return true;};
+    virtual bool getDisable() {return false;};
   };
 
 }