ports/net/tightvnc/files/patch-vncviewer__rfbproto.c
Koichiro Iwao 0497f1d000 net/tightvnc: Switch to options helpers, etc
- Switch to options helpers
- Regenerate patches
- Adjust CONFLICTS since some conflicting ports removed from ports tree
- Pet portlint (bring USES earlier)
- Add missing USES,USE_XORG
- Bump PORTREVISION due to USES change

Sponsored by:	HAW International, Inc.
2019-03-26 05:31:27 +00:00

11 lines
299 B
C

--- vncviewer/rfbproto.c.orig 2006-12-08 07:20:03 UTC
+++ vncviewer/rfbproto.c
@@ -569,7 +569,7 @@ AuthenticateVNC(void)
passwd = getpass("Password: ");
}
- if (!passwd || strlen(passwd) == 0) {
+ if (!passwd) {
fprintf(stderr, "Reading password failed\n");
return False;
}