]> Git Repo - qemu.git/blobdiff - ui/vnc-auth-vencrypt.c
target-ppc: Bug Fix: rlwimi
[qemu.git] / ui / vnc-auth-vencrypt.c
index 674ba97dc7be2193e0cd2609bf0211570b2cbcea..bc7032e6951fcfe7bb38683a8f7a624d6b3fb3d0 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #include "vnc.h"
-
+#include "qemu/main-loop.h"
 
 static void start_auth_vencrypt_subauth(VncState *vs)
 {
@@ -47,7 +47,8 @@ static void start_auth_vencrypt_subauth(VncState *vs)
     case VNC_AUTH_VENCRYPT_TLSSASL:
     case VNC_AUTH_VENCRYPT_X509SASL:
       VNC_DEBUG("Start TLS auth SASL\n");
-      return start_auth_sasl(vs);
+      start_auth_sasl(vs);
+      break;
 #endif /* CONFIG_VNC_SASL */
 
     default: /* Should not be possible, but just in case */
This page took 0.024488 seconds and 4 git commands to generate.