diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-26 22:45:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:48 -0500 |
commit | 05ad898f68a2df1b102af95fdba0704479bde073 (patch) | |
tree | af679adf134a1e271701466d4101ca15571405e2 /source4/smbd | |
parent | 3b5c992481d510adbafba73f737360ebb21e3540 (diff) | |
download | samba-05ad898f68a2df1b102af95fdba0704479bde073.tar.gz samba-05ad898f68a2df1b102af95fdba0704479bde073.tar.bz2 samba-05ad898f68a2df1b102af95fdba0704479bde073.zip |
r3271: use "struct messaging_context *" instead of "void *" in messaging API
(This used to be commit cc93813e4a09c538ad485dc2b3cb4c9be34f3d18)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service.h b/source4/smbd/service.h index 93f24a34f9..2ac1988f3d 100644 --- a/source4/smbd/service.h +++ b/source4/smbd/service.h @@ -125,7 +125,7 @@ struct server_connection { struct server_service *service; - void *messaging_ctx; + struct messaging_context *messaging_ctx; }; #endif /* _SERVER_SERVICE_H */ |