diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-04-19 16:56:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-04-19 16:56:32 +0200 |
commit | 31c3111284524bba68acf2695624f5b3501f1ad0 (patch) | |
tree | 40be707ef403d6f3c94ed31d26b7539237757d77 | |
parent | 7113e075dbc30c19393508fa6b108519c5d19477 (diff) |
multi: fix the statenames (follow-up fix from 2f44e94efb3df8e)
The list of names must be in sync with the defined states in the header
file!
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/multi.c b/lib/multi.c index 2ebc56255..48dadd83b 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -91,12 +91,10 @@ static const char * const statename[]={ "WAITPROXYCONNECT", "SENDPROTOCONNECT", "PROTOCONNECT", - "WAITDO", "DO", "DOING", "DO_MORE", "DO_DONE", - "WAITPERFORM", "PERFORM", "TOOFAST", "DONE", |