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:
parent
a5aa569fe3
commit
512e54ff85
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user