1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Max warnings with gcc.

Jeremy.
(This used to be commit cdba166e31)
This commit is contained in:
Jeremy Allison 2003-10-07 17:23:59 +00:00
parent 4e4bf2de31
commit 2c1030d755

View File

@ -1811,7 +1811,7 @@ static BOOL lsa_io_privilege_set(const char *desc, PRIVILEGE_SET *r_c, prs_struc
NTSTATUS init_lsa_r_enum_privsaccount(TALLOC_CTX *mem_ctx, LSA_R_ENUMPRIVSACCOUNT *r_u, LUID_ATTR *set, uint32 count, uint32 control)
{
NTSTATUS ret;
NTSTATUS ret = NT_STATUS_OK;
r_u->ptr = 1;
r_u->count = count;
@ -1823,6 +1823,8 @@ NTSTATUS init_lsa_r_enum_privsaccount(TALLOC_CTX *mem_ctx, LSA_R_ENUMPRIVSACCOUN
return ret;
DEBUG(10,("init_lsa_r_enum_privsaccount: %d %d privileges\n", r_u->count, r_u->set->count));
return ret;
}
/*******************************************************************