summaryrefslogtreecommitdiff
path: root/source4/gtk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-25 09:45:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:21 -0500
commit8d78725b2abdf81c310c35f8cde3c9c353973564 (patch)
tree24bcc6c0a63a76cfe1e00b60d3babcea38b89943 /source4/gtk
parentc98d625a885ffee256c02c1fa74314770bf71e12 (diff)
downloadsamba-8d78725b2abdf81c310c35f8cde3c9c353973564.tar.gz
samba-8d78725b2abdf81c310c35f8cde3c9c353973564.tar.bz2
samba-8d78725b2abdf81c310c35f8cde3c9c353973564.zip
r15233: Fix loading shared modules
(This used to be commit b459e0e1013e039e67a0387c954fde8c83259019)
Diffstat (limited to 'source4/gtk')
-rw-r--r--source4/gtk/tools/gregedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c
index 58e2f2ad88..3326fff6e8 100644
--- a/source4/gtk/tools/gregedit.c
+++ b/source4/gtk/tools/gregedit.c
@@ -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");