r16767: Forgotten file
authorVolker Lendecke <vlendec@samba.org>
Sun, 2 Jul 2006 22:05:02 +0000 (22:05 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 2 Jul 2006 22:05:02 +0000 (22:05 +0000)
source/auth/auth_util.c

index 3986872eff395d91f2e052a1d8b2f8a9bfb97aeb..43ebc4f3728865df7e77e87f31658eaaa8152e8f 100644 (file)
@@ -786,7 +786,7 @@ static NTSTATUS create_builtin_administrators( void )
        }
                        
        /* 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() );