]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix typo.
authorGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 00:53:42 +0000 (01:53 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 00:54:15 +0000 (01:54 +0100)
Guenther

source/rpc_server/srv_lsa_nt.c

index 097b50504fe02d8063ad5d1f9156cfd1e4df1de6..275f3d9cb44ccdfce6db34efef3e885e6e2a30ff 100644 (file)
@@ -1424,10 +1424,10 @@ NTSTATUS _lsa_EnumPrivs(pipes_struct *p,
 
        if ( enum_context >= num_privs )
                return NT_STATUS_NO_MORE_ENTRIES;
-               
-       DEBUG(10,("_lsa_enum_privs: enum_context:%d total entries:%d\n", 
+
+       DEBUG(10,("_lsa_EnumPrivs: enum_context:%d total entries:%d\n",
                enum_context, num_privs));
-       
+
        if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle))
                return NT_STATUS_INVALID_HANDLE;