mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
Merge branch 'ward-working'
This commit is contained in:
commit
806f075f1f
@ -275,7 +275,7 @@ oc_set_curl_options(OCstate* state)
|
|||||||
stat = ocset_curlopt(state,ocflag->flag,cvt(triple->value,ocflag->type));
|
stat = ocset_curlopt(state,ocflag->flag,cvt(triple->value,ocflag->type));
|
||||||
}
|
}
|
||||||
done:
|
done:
|
||||||
if(hostport && *hostport != "") free(hostport);
|
if(hostport && strcmp(hostport,"") != 0) free(hostport);
|
||||||
return stat;
|
return stat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user