diff options
Diffstat (limited to 'libvncserver/auth.c')
-rwxr-xr-x | libvncserver/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncserver/auth.c b/libvncserver/auth.c index 5c1c044..e3a89eb 100755 --- a/libvncserver/auth.c +++ b/libvncserver/auth.c @@ -179,7 +179,7 @@ rfbAuthNewClient(rfbClientPtr cl) int32_t securityType = rfbSecTypeInvalid; if (!cl->screen->authPasswdData || cl->reverseConnection) { - // chk if this condition is valid or not. + /* chk if this condition is valid or not. */ securityType = rfbSecTypeNone; } else if (cl->screen->authPasswdData) { securityType = rfbSecTypeVncAuth; |