1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

net_conf: reformat - re-indent one function call.

Michael
This commit is contained in:
Michael Adam 2008-03-26 14:46:43 +01:00
parent 1c6b9a0ac3
commit 9ef9d4c4e7

View File

@ -272,8 +272,11 @@ static int net_conf_import(struct smbconf_ctx *conf_ctx,
uint32_t num_shares, *num_params, sidx;
werr = smbconf_get_config(txt_ctx, mem_ctx,
&num_shares, &share_names,
&num_params, &param_names, &param_values);
&num_shares,
&share_names,
&num_params,
&param_names,
&param_values);
if (!W_ERROR_IS_OK(werr)) {
goto done;
}