From 31c3111284524bba68acf2695624f5b3501f1ad0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Apr 2019 16:56:32 +0200 Subject: 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! --- lib/multi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/multi.c') 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", -- cgit v1.2.3