summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-02-04 09:50:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:46 -0500
commitcc23a9ba6247fd1c648bffdf29c17358d941ef69 (patch)
tree4368fb85fd98f1056223f7808c083d3f1746cfdb /source4
parentf1b2c6d686763078fbc7ce97bc63b68844d457da (diff)
downloadsamba-cc23a9ba6247fd1c648bffdf29c17358d941ef69.tar.gz
samba-cc23a9ba6247fd1c648bffdf29c17358d941ef69.tar.bz2
samba-cc23a9ba6247fd1c648bffdf29c17358d941ef69.zip
r13341: Trivial.
(This used to be commit b986278b367a6693f69a06e07ca90f8b5a23a0c0)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/cmdline/popt_common.c2
1 files changed, 1 insertions, 1 deletions
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;
}