1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

Fix typo.

Guenther
(This used to be commit 4e3357ac3a1b0adac1744a71f997e3442e0e4209)
This commit is contained in:
Günther Deschner 2008-02-14 01:53:42 +01:00
parent f9d992827a
commit d69d58664c

View File

@ -1424,10 +1424,10 @@ NTSTATUS _lsa_EnumPrivs(pipes_struct *p,
if ( enum_context >= num_privs ) if ( enum_context >= num_privs )
return NT_STATUS_NO_MORE_ENTRIES; 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)); enum_context, num_privs));
if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle))
return NT_STATUS_INVALID_HANDLE; return NT_STATUS_INVALID_HANDLE;