summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-08-12 09:24:42 +0200
committerRalph Böhme <slow@samba.org>2015-08-17 20:53:10 +0200
commite8c602dfa2f08a9ea43c84a7e7ae9fe17e007d60 (patch)
tree433e14c2cfac451f6b857fa70a5cb3d3ed24bef6 /source4
parentb2986dcb1dca6b3c46beb8c003aede18874c813c (diff)
downloadsamba-e8c602dfa2f08a9ea43c84a7e7ae9fe17e007d60.tar.gz
s4:torture/rpc: fix ndr_security.h include in fsrvp.c
We should not include ndr_security.c This allows ./configure --nonshared-binary=smbtorture again. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Aug 17 20:53:10 CEST 2015 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/fsrvp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/fsrvp.c b/source4/torture/rpc/fsrvp.c
index d6859dc0066..4a4e0d4418b 100644
--- a/source4/torture/rpc/fsrvp.c
+++ b/source4/torture/rpc/fsrvp.c
@@ -41,7 +41,7 @@
#include "torture/torture.h"
#include "torture/smb2/proto.h"
#include "torture/rpc/torture_rpc.h"
-#include "librpc/gen_ndr/ndr_security.c"
+#include "librpc/gen_ndr/ndr_security.h"
#include "librpc/gen_ndr/ndr_srvsvc_c.h"
#include "librpc/gen_ndr/ndr_fsrvp_c.h"