1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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;
}