r13341: Trivial.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Feb 2006 09:50:02 +0000 (09:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:46 +0000 (13:51 -0500)
source/lib/cmdline/popt_common.c

index 0ede432424b0100c3bd2cb43c80cbb6cc2cf3867..33959874b74b305600cb8c387a082761369c0156 100644 (file)
@@ -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;
        }