summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 8b79bc7406..d408fbb8e1 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -161,10 +161,10 @@ struct wbsrv_samba3_call {
void *private_data;
/* the request structure of the samba3 protocol */
- struct winbindd_request request;
+ struct winbindd_request *request;
/* the response structure of the samba3 protocol*/
- struct winbindd_response response;
+ struct winbindd_response *response;
DATA_BLOB in;
DATA_BLOB out;