mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r14826: initialize pid1 and pid2:-)
metze
This commit is contained in:
parent
d41d48caf2
commit
45e2832972
@ -535,6 +535,9 @@ static BOOL test_pid_exit_only_sees_open(struct smbcli_state *cli, TALLOC_CTX *m
|
||||
return False;
|
||||
}
|
||||
|
||||
pid1 = cli->session->pid;
|
||||
pid2 = pid1 + 1;
|
||||
|
||||
printf("pid1=%d pid2=%d\n", pid1, pid2);
|
||||
|
||||
printf("create a file using pid1\n");
|
||||
|
Loading…
Reference in New Issue
Block a user