mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Fix an incompatible pointer warning
(cherry picked from commit 3282f7289b7b33beeaa1ca649651cca6537a69af) (This used to be commit fc8641443951dc852dc9cf1e73626df452b815f7)
This commit is contained in:
parent
ee49e0391f
commit
0fdffbc959
@ -184,7 +184,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success,
|
||||
const char *full_name,
|
||||
const char *homedir,
|
||||
const char *shell,
|
||||
uint32 gid,
|
||||
gid_t gid,
|
||||
uint32 group_rid);
|
||||
static void getpwsid_sid2uid_recv(void *private_data, bool success, uid_t uid);
|
||||
static void getpwsid_sid2gid_recv(void *private_data, bool success, gid_t gid);
|
||||
@ -223,7 +223,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success,
|
||||
const char *full_name,
|
||||
const char *homedir,
|
||||
const char *shell,
|
||||
uint32 gid,
|
||||
gid_t gid,
|
||||
uint32 group_rid)
|
||||
{
|
||||
fstring username;
|
||||
|
Loading…
x
Reference in New Issue
Block a user