]> source.dussan.org Git - tigervnc.git/commitdiff
A FIXME comment: TightVNC extensions support is not finished yet.
authorConstantin Kaplinsky <const@tightvnc.com>
Mon, 4 Dec 2006 11:23:45 +0000 (11:23 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Mon, 4 Dec 2006 11:23:45 +0000 (11:23 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2173 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/SConnection.cxx

index 876600baa971df5530397acdeba025dccfc4ae69..deaa96684999b4db2ba427ac50afbeb6962e865c 100644 (file)
@@ -253,6 +253,9 @@ void SConnection::offerAuthentication()
   if (caps.getSize() < 1)
     throwConnFailedException("No supported security types");
 
+  // FIXME: We should never send an empty capability list if we are prompting
+  //        local user to accept client connections. And if we do send an
+  //        empty list, then we cannot send a "security result".
   if (caps.includesOnly(secTypeNone)) {
     // Special case - if caps includes nothing else than secTypeNone, we send
     // an empty capability list and do not expect security type selection from