mirror of
https://github.com/curl/curl.git
synced 2026-04-23 04:12:12 +03:00
minor indent fix
This commit is contained in:
parent
39eb96e9ff
commit
b062212e55
1 changed files with 3 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options,
|
|||
*/
|
||||
|
||||
if (status == ARES_SUCCESS) {
|
||||
status = init_by_options(channel, options, optmask);
|
||||
status = init_by_options(channel, options, optmask);
|
||||
if (status != ARES_SUCCESS)
|
||||
DEBUGF(fprintf(stderr, "Error: init_by_options failed: %s\n",
|
||||
ares_strerror(status)));
|
||||
|
|
@ -430,7 +430,8 @@ static int init_by_options(ares_channel channel,
|
|||
return ARES_ENOMEM;
|
||||
for (i = 0; i < options->nsort; i++)
|
||||
{
|
||||
memcpy(&(channel->sortlist[i]), &(options->sortlist[i]), sizeof(struct apattern));
|
||||
memcpy(&(channel->sortlist[i]), &(options->sortlist[i]),
|
||||
sizeof(struct apattern));
|
||||
}
|
||||
channel->nsort = options->nsort;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue