diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-07-19 17:39:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-07-19 17:39:23 +0200 |
commit | 8557d14f65212faceb3e7223818b34b8869a0470 (patch) | |
tree | 77979da96009cd84c850db60a1300b9956fe8587 /source4/torture | |
parent | 7a765b65b739c38ea1e3cfc136c92d2fb5ed4fa7 (diff) | |
parent | 4447bd96b90ce4bfca793d482f9dcbd98e6579a5 (diff) | |
download | samba-8557d14f65212faceb3e7223818b34b8869a0470.tar.gz samba-8557d14f65212faceb3e7223818b34b8869a0470.tar.bz2 samba-8557d14f65212faceb3e7223818b34b8869a0470.zip |
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/auth/pac.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/object_uuid.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index fd54863686..076120bfee 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -29,6 +29,7 @@ #include "libcli/security/security.h" #include "torture/torture.h" #include "auth/auth_sam_reply.h" +#include "param/param.h" static bool torture_pac_self_check(struct torture_context *tctx) { diff --git a/source4/torture/rpc/object_uuid.c b/source4/torture/rpc/object_uuid.c index a70266697e..53d03a3ce9 100644 --- a/source4/torture/rpc/object_uuid.c +++ b/source4/torture/rpc/object_uuid.c @@ -35,7 +35,6 @@ static bool test_random_uuid(struct torture_context *torture) { NTSTATUS status; struct dcerpc_pipe *p1, *p2; - struct rpc_request *req; struct GUID uuid; struct dssetup_DsRoleGetPrimaryDomainInformation r1; struct lsa_GetUserName r2; |