diff options
Diffstat (limited to 'WWW/Library/Implementation/HTNews.c')
-rw-r--r-- | WWW/Library/Implementation/HTNews.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTNews.c b/WWW/Library/Implementation/HTNews.c index 07d723d8..0c5d4054 100644 --- a/WWW/Library/Implementation/HTNews.c +++ b/WWW/Library/Implementation/HTNews.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTNews.c,v 1.59 2009/05/10 22:53:23 tom Exp $ + * $LynxId: HTNews.c,v 1.60 2009/05/24 23:11:26 tom Exp $ * * NEWS ACCESS HTNews.c * =========== @@ -389,9 +389,9 @@ static NNTPAuthResult HTHandleAuthInfo(char *host) int status, tries; /* - * Make sure we have an interactive user and a host. - FM + * Make sure we have a host. - FM */ - if (dump_output_immediately || !(host && *host)) + if (isEmpty(host)) return NNTPAUTH_ERROR; /* |