diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-15 16:13:00 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-18 11:18:21 +0200 |
commit | ac7b63384d3f8afdb768f95e7744380f4df07d76 (patch) | |
tree | a568644b63e97912f17e010c83065c1eb38ab909 /source3/auth | |
parent | 59289d4fa9e5f6f2ff6abd13e8f07ca6ee3e2a3c (diff) | |
download | samba-ac7b63384d3f8afdb768f95e7744380f4df07d76.tar.gz samba-ac7b63384d3f8afdb768f95e7744380f4df07d76.tar.bz2 samba-ac7b63384d3f8afdb768f95e7744380f4df07d76.zip |
s3: Lift smbd_server_fd from reload_services()
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index a910201fcf..d533ac93f5 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -122,7 +122,7 @@ static NTSTATUS auth_ntlmssp_check_password(struct ntlmssp_state *ntlmssp_state, /* sub_set_smb_name checks for weird internally */ sub_set_smb_name(auth_ntlmssp_state->ntlmssp_state->user); - reload_services(smbd_messaging_context(), True); + reload_services(smbd_messaging_context(), smbd_server_fd(), True); nt_status = make_user_info_map(&user_info, auth_ntlmssp_state->ntlmssp_state->user, |