diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-06-07 09:01:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:36 -0500 |
commit | e585df7c5843d7c89ae1baccecbf47b59024e629 (patch) | |
tree | 0ef1b5f887f2ee75ce16b3a4277675c34d92596d /source4/torture/rpc/samr.c | |
parent | 46c88d561f9a5cbaf2b70e937fbc20dff6d31703 (diff) | |
download | samba-e585df7c5843d7c89ae1baccecbf47b59024e629.tar.gz samba-e585df7c5843d7c89ae1baccecbf47b59024e629.tar.bz2 samba-e585df7c5843d7c89ae1baccecbf47b59024e629.zip |
r1062: fix typo, found by valgrind
metze
(This used to be commit f65cba9047c6a206e5aaade15b157e07fe4c8bd2)
Diffstat (limited to 'source4/torture/rpc/samr.c')
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index fea03e8617..e6a22a6921 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -134,7 +134,7 @@ static BOOL test_QuerySecurity(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, return False; } - if (s.in.sdbuf == NULL) { + if (r.out.sdbuf == NULL) { return False; } |