about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-05-25 01:12:45 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2009-05-25 01:12:45 -0400
commit187fb5330e6223a7c4945ab1f522e254d04b8f57 (patch)
tree230381c86a3cef009255e678ba87b70e440415c0 /WWW/Library/Implementation
parent097b356f6a8fa667d38dd10bb3bca016a7cc4f03 (diff)
downloadlynx-snapshots-187fb5330e6223a7c4945ab1f522e254d04b8f57.tar.gz
snapshot of project "lynx", label v2-8-7pre_2c
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r--WWW/Library/Implementation/HTNews.c6
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;
 
     /*