Blob Blame History Raw
--- samba-3.0.15pre2/source/client/#client.c~	2005-05-23 11:51:14.000000000 -0400
+++ samba-3.0.15pre2/source/client/client.c	2005-05-23 11:52:21.000000000 -0400
@@ -3502,7 +3502,7 @@
 		}
 	}
 
-	if (poptPeekArg(pc) && !cmdline_auth_info.got_pass) { 
+	if (poptPeekArg(pc) ) { 
 		cmdline_auth_info.got_pass = True;
 		pstrcpy(cmdline_auth_info.password,poptGetArg(pc));  
 	}