Commit 512e54ff authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added string for the new share error code

parent a5aa569f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  }