diff options
Diffstat (limited to 'source4/smbd/rewrite.c')
-rw-r--r-- | source4/smbd/rewrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/rewrite.c b/source4/smbd/rewrite.c index b0ef693497..5bc826bf71 100644 --- a/source4/smbd/rewrite.c +++ b/source4/smbd/rewrite.c @@ -96,7 +96,7 @@ void init_subsystems(void) /**************************************************************************** Reload the services file. **************************************************************************/ -BOOL reload_services(struct smbsrv_context *smb, BOOL test) +BOOL reload_services(struct smbsrv_connection *smb, BOOL test) { BOOL ret; |