svn commit: samba r3269 - in branches/SAMBA_4_0/source/auth: .

tridge at samba.org tridge at samba.org
Tue Oct 26 22:42:43 GMT 2004


Author: tridge
Date: 2004-10-26 22:42:43 +0000 (Tue, 26 Oct 2004)
New Revision: 3269

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

Log:
fixed return value

Modified:
   branches/SAMBA_4_0/source/auth/auth_winbind.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_winbind.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_winbind.c	2004-10-26 22:25:34 UTC (rev 3268)
+++ branches/SAMBA_4_0/source/auth/auth_winbind.c	2004-10-26 22:42:43 UTC (rev 3269)
@@ -124,6 +124,6 @@
 	if (!NT_STATUS_IS_OK(ret)) {
 		DEBUG(0,("Failed to register '%s' auth backend!\n",
 			ops.name));
-		return ret;
 	}
+	return ret;
 }



More information about the samba-cvs mailing list