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:
parent
1c6b9a0ac3
commit
9ef9d4c4e7
@ -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, ¶m_names, ¶m_values);
|
||||
&num_shares,
|
||||
&share_names,
|
||||
&num_params,
|
||||
¶m_names,
|
||||
¶m_values);
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user