mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris build
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
bf7da085b1
commit
1fba140644
@ -3081,7 +3081,7 @@ bool fork_echo_handler(struct smbd_server_connection *sconn)
|
||||
listener_pipe[1] = -1;
|
||||
sconn->smb1.echo_handler.trusted_fd = listener_pipe[0];
|
||||
|
||||
DEBUG(10,("fork_echo_handler: main[%d] echo_child[%d]\n", (int)getpid(), child));
|
||||
DEBUG(10,("fork_echo_handler: main[%d] echo_child[%d]\n", (int)getpid(), (int)child));
|
||||
|
||||
/*
|
||||
* Without smb signing this is the same as the normal smbd
|
||||
|
Loading…
x
Reference in New Issue
Block a user