Index: /trunk/ntripserver/NtripLinuxServer.c
===================================================================
--- /trunk/ntripserver/NtripLinuxServer.c	(revision 46)
+++ /trunk/ntripserver/NtripLinuxServer.c	(revision 47)
@@ -41,5 +41,5 @@
  */
 
-/* $Id: NtripLinuxServer.c,v 1.17 2006/07/27 09:54:39 stoecker Exp $
+/* $Id: NtripLinuxServer.c,v 1.18 2006/07/27 10:07:28 stoecker Exp $
  * Changes - Version 0.7
  * Sep 22 2003  Steffen Tschirpke <St.Tschirpke@actina.de>
@@ -344,5 +344,5 @@
   }
 
-  if(stream_name && (!stream_user || stream_password))
+  if(stream_name && stream_user && !stream_password)
   {
     fprintf(stderr, "WARNING: Missing password argument for download"
