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 | 7011384a3ae8b1554b420702770a382f106fe7cb (patch) | |
tree | 375c0e340a77f95f71e6115c6ca65a2f565cdc0d /source4/torture/raw | |
parent | 710d442719b5653d61f66dd08c7ffc0c1cec9e86 (diff) | |
download | samba-7011384a3ae8b1554b420702770a382f106fe7cb.tar.gz samba-7011384a3ae8b1554b420702770a382f106fe7cb.tar.bz2 samba-7011384a3ae8b1554b420702770a382f106fe7cb.zip |
r14732: fix typo noticed by derrell, thanks!
metze
(This used to be commit ffa500ebb45cf7b9a513f76abae3ad32806042f3)
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/context.c b/source4/torture/raw/context.c index 0a400c02e6..c574e5093e 100644 --- a/source4/torture/raw/context.c +++ b/source4/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; |