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

s4:popt_common.c - fix intendation

This commit is contained in:
Matthias Dieter Wallnöfer 2010-02-13 19:19:02 +01:00
parent 415c615dbf
commit 3598409951

View File

@ -67,7 +67,7 @@ static void popt_samba_callback(poptContext con,
if (reason == POPT_CALLBACK_REASON_POST) { if (reason == POPT_CALLBACK_REASON_POST) {
if (lp_configfile(cmdline_lp_ctx) == NULL) { if (lp_configfile(cmdline_lp_ctx) == NULL) {
lp_load_default(cmdline_lp_ctx); lp_load_default(cmdline_lp_ctx);
} }
/* Hook any 'every Samba program must do this, after /* Hook any 'every Samba program must do this, after
* the smb.conf is setup' functions here */ * the smb.conf is setup' functions here */