1
0
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:
Stefan Metzmacher
2007-12-11 09:01:56 +01:00
parent bb02fcda5a
commit 6a56c111d7
2 changed files with 2 additions and 2 deletions

View File

@@ -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]));
}
}