diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-25 22:20:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:16 -0500 |
commit | ffa500ebb45cf7b9a513f76abae3ad32806042f3 (patch) | |
tree | a403876a39625fe4f049ad95e25bef664ca1739c /source/torture/raw/context.c | |
parent | e68785a30b9418bc88a5294960070e217fd1eb6f (diff) | |
download | samba-ffa500ebb45cf7b9a513f76abae3ad32806042f3.tar.gz |
r14732: fix typo noticed by derrell, thanks!
metze
Diffstat (limited to 'source/torture/raw/context.c')
-rw-r--r-- | source/torture/raw/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/raw/context.c b/source/torture/raw/context.c index 0a400c02e6d..c574e5093ee 100644 --- a/source/torture/raw/context.c +++ b/source/torture/raw/context.c @@ -406,7 +406,7 @@ static BOOL test_pid_exit_only_sees_open(struct smbcli_state *cli, TALLOC_CTX *m fnum = io.ntcreatex.out.file.fnum; printf("write using pid2\n"); - cli->session->pid = pid1; + cli->session->pid = pid2; wr.generic.level = RAW_WRITE_WRITEX; wr.writex.in.file.fnum = fnum; wr.writex.in.offset = 0; |