1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r14826: initialize pid1 and pid2:-)

metze
This commit is contained in:
Stefan Metzmacher 2006-03-30 15:47:41 +00:00 committed by Gerald (Jerry) Carter
parent d41d48caf2
commit 45e2832972

View File

@ -535,6 +535,9 @@ static BOOL test_pid_exit_only_sees_open(struct smbcli_state *cli, TALLOC_CTX *m
return False; return False;
} }
pid1 = cli->session->pid;
pid2 = pid1 + 1;
printf("pid1=%d pid2=%d\n", pid1, pid2); printf("pid1=%d pid2=%d\n", pid1, pid2);
printf("create a file using pid1\n"); printf("create a file using pid1\n");