s3-param Remove special case for global_myname(), rename to lp_netbios_name()
[sfrench/samba-autobuild/.git] / source3 / winbindd / winbindd_ccache_access.c
index 6a265ccaf07c5503b0c84618fb09d64190967c9d..0b52ae2eb9a3f1028531dbbc0153016009439cb1 100644 (file)
@@ -55,7 +55,7 @@ static NTSTATUS do_ntlm_auth_with_hashes(const char *username,
        DATA_BLOB dummy_msg, reply;
 
        status = ntlmssp_client_start(NULL,
-                                     global_myname(),
+                                     lp_netbios_name(),
                                      lp_workgroup(),
                                      lp_client_ntlmv2_auth(),
                                      &ntlmssp_state);