r1062: fix typo, found by valgrind
authorStefan Metzmacher <metze@samba.org>
Mon, 7 Jun 2004 09:01:40 +0000 (09:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:36 +0000 (12:56 -0500)
metze
(This used to be commit f65cba9047c6a206e5aaade15b157e07fe4c8bd2)

source4/torture/rpc/samr.c

index fea03e86179e591fbf092c982ec14046a933deb4..e6a22a6921a3edc1cc89cfba2cc41f512d1700f2 100644 (file)
@@ -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;
        }