mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1
This commit is contained in:
parent
37d03695c6
commit
f068862e56
@ -846,7 +846,7 @@ static void usage(poptContext *pc)
|
||||
|
||||
static struct process_id parse_dest(const char *dest)
|
||||
{
|
||||
struct process_id result;
|
||||
struct process_id result = {-1};
|
||||
pid_t pid;
|
||||
|
||||
/* Zero is a special return value for broadcast smbd */
|
||||
|
Loading…
x
Reference in New Issue
Block a user