diff options
author | Günther Deschner <gd@samba.org> | 2011-03-15 17:28:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-15 21:16:36 +0100 |
commit | 135104649f92536673ed7f06c4fa3a8daafccbad (patch) | |
tree | fc2a28e61fd9d33a075f77601f9c0e435e44bc30 /source4/torture/rpc | |
parent | ebe0aa0e9cf8440c85c168e6ce7e8bc755d458a4 (diff) | |
download | samba-135104649f92536673ed7f06c4fa3a8daafccbad.tar.gz samba-135104649f92536673ed7f06c4fa3a8daafccbad.tar.bz2 samba-135104649f92536673ed7f06c4fa3a8daafccbad.zip |
s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP subsystem.
Guenther
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 745d4305ab..e1950bd0d1 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -22,9 +22,8 @@ #include "includes.h" #include "libcli/raw/libcliraw.h" #include "libcli/raw/raw_proto.h" -#include "../librpc/gen_ndr/rap.h" #include "torture/util.h" -#include "torture/rap/proto.h" +#include "libcli/rap/rap.h" #include "librpc/gen_ndr/ndr_lsa_c.h" #include "librpc/gen_ndr/ndr_samr_c.h" #include "librpc/gen_ndr/ndr_netlogon_c.h" |