diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-05-08 12:17:32 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-06-11 10:18:26 +0200 |
commit | f4ab082d2b984b7deb3afbc7a26e238aa5b3b8c3 (patch) | |
tree | 7c8cfead272ce18d074a6f47edc12d748cb6c241 /source3/winbindd/wb_lookupname.c | |
parent | 223fbdaf3872fe71a75fec62813b91612af73a2b (diff) | |
download | samba-f4ab082d2b984b7deb3afbc7a26e238aa5b3b8c3.tar.gz |
librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests to internal winbind calls
Change-Id: Iba3913d5a1c7f851b93f37e9beb6dbb20fbf7e55
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/winbindd/wb_lookupname.c')
-rw-r--r-- | source3/winbindd/wb_lookupname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_lookupname.c b/source3/winbindd/wb_lookupname.c index 2ebaba03d3f..62b2e477c1a 100644 --- a/source3/winbindd/wb_lookupname.c +++ b/source3/winbindd/wb_lookupname.c @@ -19,7 +19,7 @@ #include "includes.h" #include "winbindd.h" -#include "librpc/gen_ndr/ndr_wbint_c.h" +#include "librpc/gen_ndr/ndr_winbind_c.h" #include "../libcli/security/security.h" struct wb_lookupname_state { |