mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
- 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.
11 lines
299 B
C
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;
|
|
}
|