mirror of
https://github.com/curl/curl.git
synced 2026-07-29 20:38:05 +03:00
parent
db02e0e980
commit
307b7543ea
19 changed files with 26 additions and 26 deletions
|
|
@ -792,7 +792,7 @@ doh2ai(const struct dohentry *de, const char *hostname, int port)
|
|||
#endif
|
||||
CURLcode result = CURLE_OK;
|
||||
int i;
|
||||
size_t hostlen = strlen(hostname) + 1; /* include zero terminator */
|
||||
size_t hostlen = strlen(hostname) + 1; /* include null-terminator */
|
||||
|
||||
if(!de)
|
||||
/* no input == no output! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue