summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wb_reqtrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch/libwbclient/wb_reqtrans.c')
-rw-r--r--nsswitch/libwbclient/wb_reqtrans.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/nsswitch/libwbclient/wb_reqtrans.c b/nsswitch/libwbclient/wb_reqtrans.c
index 84ed7198f2..5328423b15 100644
--- a/nsswitch/libwbclient/wb_reqtrans.c
+++ b/nsswitch/libwbclient/wb_reqtrans.c
@@ -28,18 +28,14 @@
#include "system/network.h"
#include <talloc.h>
#include <tevent.h>
-struct fd_event;
-struct event_context;
#include "lib/async_req/async_sock.h"
#include "lib/util/tevent_unix.h"
#include "nsswitch/winbind_struct_protocol.h"
#include "nsswitch/libwbclient/wbclient.h"
#include "nsswitch/libwbclient/wbc_async.h"
-#ifdef DBGC_CLASS
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_WINBIND
-#endif
+/* can't use DEBUG here... */
+#define DEBUG(a,b)
struct req_read_state {
struct winbindd_request *wb_req;