diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/strerror.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/strerror.c b/lib/strerror.c index d5c80d1a6..3179dd694 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -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; } |