summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/atsvc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-22 14:56:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:23 -0500
commitf077cb7a09740961290586158ae7f5f4ddb05b02 (patch)
tree71fc383090d400a3c9e5cfb9529aebadcd5096f0 /source4/torture/rpc/atsvc.c
parent9d7d39d1809b533787ef18c023c6b01ef10a75eb (diff)
downloadsamba-f077cb7a09740961290586158ae7f5f4ddb05b02.tar.gz
samba-f077cb7a09740961290586158ae7f5f4ddb05b02.tar.bz2
samba-f077cb7a09740961290586158ae7f5f4ddb05b02.zip
r19836: Fix warnings in some IDL files.
(This used to be commit bd48f78b1d6dba73e44630ad930fd6089d2076b2)
Diffstat (limited to 'source4/torture/rpc/atsvc.c')
-rw-r--r--source4/torture/rpc/atsvc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/atsvc.c b/source4/torture/rpc/atsvc.c
index 227e56a85b..eaaac2005b 100644
--- a/source4/torture/rpc/atsvc.c
+++ b/source4/torture/rpc/atsvc.c
@@ -108,11 +108,11 @@ static bool test_JobAdd(struct torture_context *tctx, struct dcerpc_pipe *p)
return false;
}
- if (!test_JobGetInfo(p, tctx, r.out.job_id)) {
+ if (!test_JobGetInfo(p, tctx, *r.out.job_id)) {
return false;
}
- if (!test_JobDel(p, tctx, r.out.job_id, r.out.job_id)) {
+ if (!test_JobDel(p, tctx, *r.out.job_id, *r.out.job_id)) {
return false;
}