svn commit: samba r2702 - in trunk/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: 2702

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

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

Modified:
   trunk/source/auth/pampass.c


Changeset:
Modified: trunk/source/auth/pampass.c
===================================================================
--- trunk/source/auth/pampass.c	2004-09-27 23:58:07 UTC (rev 2701)
+++ trunk/source/auth/pampass.c	2004-09-28 00:10:09 UTC (rev 2702)
@@ -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