svn commit: samba r2703 - in branches/SAMBA_3_0/source/auth: .

jra at samba.org jra at samba.org
Tue Sep 28 00:10:09 GMT 2004


Author: jra
Date: 2004-09-28 00:10:09 +0000 (Tue, 28 Sep 2004)
New Revision: 2703

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/auth&rev=2703&nolog=1

Log:
Fix typo noticed by Igor Belyi <sambauser at katehok.ac93.org>
Jeremy.

Modified:
   branches/SAMBA_3_0/source/auth/pampass.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/pampass.c
===================================================================
--- branches/SAMBA_3_0/source/auth/pampass.c	2004-09-28 00:10:09 UTC (rev 2702)
+++ branches/SAMBA_3_0/source/auth/pampass.c	2004-09-28 00:10:09 UTC (rev 2703)
@@ -466,7 +466,7 @@
 
 	if (rhost == NULL) {
 		our_rhost = client_name();
-		if (strequal(rhost,"UNKNOWN"))
+		if (strequal(our_rhost,"UNKNOWN"))
 			our_rhost = client_addr();
 	} else {
 		our_rhost = rhost;



More information about the samba-cvs mailing list