1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00

r25392: Add loadparm context as argument in a couple more places.

This commit is contained in:
Jelmer Vernooij
2007-09-27 23:31:28 +00:00
committed by Gerald (Jerry) Carter
parent 712074d950
commit c62f51cc28
21 changed files with 88 additions and 83 deletions

View File

@@ -52,7 +52,7 @@ int main(int argc, const char **argv)
fault_setup(argv[0]);
if (getenv("SMB_CONF_PATH")) {
lp_set_cmdline("config file", getenv("SMB_CONF_PATH"));
lp_set_cmdline(global_loadparm, "config file", getenv("SMB_CONF_PATH"));
}
ldb_global_init();