added string for the new share error code
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 May 2004 11:46:35 +0000 (11:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 May 2004 11:46:35 +0000 (11:46 +0000)
lib/strerror.c

index d5c80d1..3179dd6 100644 (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;
   }