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
1 changed files with 1 additions and 2 deletions

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