]> git.proxmox.com Git - qemu.git/blobdiff - ui/vnc-auth-vencrypt.c
libqos/pci: Enable bus mastering
[qemu.git] / ui / vnc-auth-vencrypt.c
index 674ba97dc7be2193e0cd2609bf0211570b2cbcea..c59b18860271f9a6e95d4a17a6406d0837b379fe 100644 (file)
@@ -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 */