From cc23a9ba6247fd1c648bffdf29c17358d941ef69 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Feb 2006 09:50:02 +0000 Subject: r13341: Trivial. (This used to be commit b986278b367a6693f69a06e07ca90f8b5a23a0c0) --- source4/lib/cmdline/popt_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/cmdline/popt_common.c') diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index 0ede432424..33959874b7 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -47,9 +47,9 @@ static void popt_common_callback(poptContext con, const char *pname; if (reason == POPT_CALLBACK_REASON_POST) { + lp_load(); /* Hook any 'every Samba program must do this, after * the smb.conf is setup' functions here */ - lp_load(); return; } -- cgit