]> granicus.if.org Git - curl/commitdiff
multi: fix the statenames (follow-up fix from 2f44e94efb3df8e)
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2019 14:56:32 +0000 (16:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2019 14:56:32 +0000 (16:56 +0200)
The list of names must be in sync with the defined states in the header
file!

lib/multi.c

index 2ebc56255e420ad01a628bcd744ea44104026a4c..48dadd83b71edf4301219369c922db31518dbc27 100644 (file)
@@ -91,12 +91,10 @@ static const char * const statename[]={
   "WAITPROXYCONNECT",
   "SENDPROTOCONNECT",
   "PROTOCONNECT",
-  "WAITDO",
   "DO",
   "DOING",
   "DO_MORE",
   "DO_DONE",
-  "WAITPERFORM",
   "PERFORM",
   "TOOFAST",
   "DONE",