From e585df7c5843d7c89ae1baccecbf47b59024e629 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 7 Jun 2004 09:01:40 +0000 Subject: r1062: fix typo, found by valgrind metze (This used to be commit f65cba9047c6a206e5aaade15b157e07fe4c8bd2) --- source4/torture/rpc/samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit