1
0
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:
Jelmer Vernooij
2007-12-02 22:32:11 +01:00
committed by Stefan Metzmacher
parent e903978220
commit 5b29ef7c03
31 changed files with 93 additions and 81 deletions

View File

@@ -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;