1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r15233: Fix loading shared modules

(This used to be commit b459e0e101)
This commit is contained in:
Jelmer Vernooij 2006-04-25 09:45:15 +00:00 committed by Gerald (Jerry) Carter
parent c98d625a88
commit 8d78725b2a

View File

@ -967,9 +967,9 @@ int main(int argc, char *argv[])
{
int ret;
registry_init();
lp_load();
registry_init();
setup_logging(argv[0], DEBUG_STDERR);
mem_ctx = talloc_init("gregedit");