mirror of
https://github.com/samba-team/samba.git
synced 2025-10-30 08:23:49 +03:00
r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
This commit is contained in:
committed by
Stefan Metzmacher
parent
e903978220
commit
5b29ef7c03
@@ -129,7 +129,7 @@ static bool parse_ntlm_auth_domain_user(const char *domuser, fstring domain,
|
||||
fstring user)
|
||||
{
|
||||
|
||||
char *p = strchr(domuser,*lp_winbind_separator(global_loadparm));
|
||||
char *p = strchr(domuser, *lp_winbind_separator(global_loadparm));
|
||||
|
||||
if (!p) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user