1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

recover code simplification lost with last commit

This commit is contained in:
Yang Tse 2007-04-03 13:26:05 +00:00
parent 70550a0572
commit bcf0af9ddb

View File

@ -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