svn commit: samba r19515 - in branches/SAMBA_3_0_23/source/utils: .

gd at samba.org gd at samba.org
Mon Oct 30 14:06:07 GMT 2006


Author: gd
Date: 2006-10-30 14:06:06 +0000 (Mon, 30 Oct 2006)
New Revision: 19515

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19515

Log:
Fix bad merge from 3_0.

Guenther

Modified:
   branches/SAMBA_3_0_23/source/utils/net_ads.c


Changeset:
Modified: branches/SAMBA_3_0_23/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_0_23/source/utils/net_ads.c	2006-10-30 13:39:30 UTC (rev 19514)
+++ branches/SAMBA_3_0_23/source/utils/net_ads.c	2006-10-30 14:06:06 UTC (rev 19515)
@@ -278,7 +278,7 @@
 				    NT_STATUS_NO_LOGON_SERVERS)) {
 			DEBUG(0,("ads_connect: %s\n", ads_errstr(status)));
 			ads_destroy(&ads);
-			return status;
+			return NULL;
 		}
 	
 		if (!need_password && !second_time) {



More information about the samba-cvs mailing list