svn commit: samba r10045 - in branches/SAMBA_4_0/source/rpc_server/drsuapi: .

abartlet at samba.org abartlet at samba.org
Tue Sep 6 00:34:23 GMT 2005


Author: abartlet
Date: 2005-09-06 00:34:22 +0000 (Tue, 06 Sep 2005)
New Revision: 10045

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

Log:
metze reminded me to use the correct enum entry, rather than 0 for the
return here.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/rpc_server/drsuapi/drsuapi_cracknames.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/drsuapi/drsuapi_cracknames.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/drsuapi/drsuapi_cracknames.c	2005-09-06 00:33:28 UTC (rev 10044)
+++ branches/SAMBA_4_0/source/rpc_server/drsuapi/drsuapi_cracknames.c	2005-09-06 00:34:22 UTC (rev 10045)
@@ -105,7 +105,7 @@
 			}
 			if (strcasecmp(str, alias_from) == 0) {
 				*alias_to = mapping;
-				return 0;
+				return DRSUAPI_DS_NAME_STATUS_OK;
 			}
 		} while (p);
 	}



More information about the samba-cvs mailing list