added string for the new share error code

This commit is contained in:
Daniel Stenberg 2004-05-14 11:46:35 +00:00
parent a5aa569fe3
commit 512e54ff85
1 changed files with 3 additions and 0 deletions

View File

@ -295,6 +295,9 @@ curl_share_strerror(CURLSHcode error)
case CURLSHE_INVALID:
return "invalid share handle";
case CURLSHE_NOMEM:
return "out of memory";
case CURLSHE_LAST:
break;
}