mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:37:17 +03:00
recover code simplification lost with last commit
This commit is contained in:
parent
70550a0572
commit
bcf0af9ddb
1 changed files with 1 additions and 2 deletions
|
|
@ -2490,8 +2490,7 @@ static bool tld_check_name(struct SessionHandle *data,
|
|||
char *uc_name = NULL;
|
||||
int rc;
|
||||
#ifndef CURL_DISABLE_VERBOSE_STRINGS
|
||||
char nomsg_str[] = "<no msg>";
|
||||
char *tld_errmsg = nomsg_str;
|
||||
char *tld_errmsg = (char *)"<no msg>";
|
||||
#else
|
||||
(void)data;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue