diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-08 19:51:14 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | a881d6ab867a1d28c08a993a6212bd8bbdea6038 (patch) | |
tree | bf585c83090332f4d62dc797f9c6d3f18bc16ef6 /source3/torture | |
parent | c0a7c9f99188ebb3cd27094b9364449bcc2f80d8 (diff) | |
download | samba-a881d6ab867a1d28c08a993a6212bd8bbdea6038.tar.gz samba-a881d6ab867a1d28c08a993a6212bd8bbdea6038.tar.bz2 samba-a881d6ab867a1d28c08a993a6212bd8bbdea6038.zip |
wb_reqtrans is not used in libwbclient
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/wbc_async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/wbc_async.h b/source3/torture/wbc_async.h index 6178bb45e9..6a49511671 100644 --- a/source3/torture/wbc_async.h +++ b/source3/torture/wbc_async.h @@ -27,7 +27,7 @@ #include <talloc.h> #include <tevent.h> #include "nsswitch/libwbclient/wbclient.h" -#include "nsswitch/libwbclient/wb_reqtrans.h" +#include "lib/wb_reqtrans.h" struct wb_context; struct winbindd_request; |