mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
r26391: samba4 doesn't support 'lmhosts' as resolve module
metze
(This used to be commit cdb64b4101)
This commit is contained in:
@@ -245,7 +245,7 @@ struct resolve_context *lp_resolve_context(struct loadparm_context *lp_ctx)
|
||||
} else if (!strcmp(methods[i], "host")) {
|
||||
resolve_context_add_host_method(ret);
|
||||
} else {
|
||||
DEBUG(0, ("Unknown resolve method '%s'", methods[i]));
|
||||
DEBUG(0, ("Unknown resolve method '%s'\n", methods[i]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user