svn commit: samba r16767 - in trunk/source/auth: .
vlendec at samba.org
vlendec at samba.org
Sun Jul 2 22:05:03 GMT 2006
Author: vlendec
Date: 2006-07-02 22:05:02 +0000 (Sun, 02 Jul 2006)
New Revision: 16767
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16767
Log:
Forgotten file
Modified:
trunk/source/auth/auth_util.c
Changeset:
Modified: trunk/source/auth/auth_util.c
===================================================================
--- trunk/source/auth/auth_util.c 2006-07-02 22:04:29 UTC (rev 16766)
+++ trunk/source/auth/auth_util.c 2006-07-02 22:05:02 UTC (rev 16767)
@@ -786,7 +786,7 @@
}
/* add root */
- if ( (ctx = talloc_init(NULL)) == NULL ) {
+ if ( (ctx = talloc_init("create_builtin_administrators")) == NULL ) {
return NT_STATUS_NO_MEMORY;
}
fstr_sprintf( root_name, "%s\\root", get_global_sam_name() );
More information about the samba-cvs
mailing list