r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
[ira/wip.git] / source4 / utils / ntlm_auth.c
index 75c87fc111ea0b743ce3954499097c2a32a65391..72c99c112645380f770540e39cd5469e0c23de68 100644 (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;