]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK"
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Aug 2018 08:32:20 +0000 (10:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Aug 2018 08:41:11 +0000 (10:41 +0200)
The update lock was removed by the commit 91c2826e1 ("CLEANUP: server: remove
the update list and the update lock"). But the lock label was not which makes
the compilation fail in debug mode.

pour vos modifications. Les lignes # commençant par '#' seront ignorées, et un
message vide abandonne la validation.  # # Sur la branche temp # Votre branche
est en avance sur 'origin/master' de 87 commits.  # (utilisez "git push" pour
publier vos commits locaux) # # Modifications qui seront validées : # modifié :
include/common/hathreads.h #

include/common/hathreads.h

index 794fa8b6c17e46b6a1568dabedddba753c9d73bd..b53cd77e95008cfa2617c3a6dfc88973d3a12e6e 100644 (file)
@@ -468,7 +468,6 @@ static inline const char *lock_label(enum lock_label label)
        case LISTENER_QUEUE_LOCK:  return "LISTENER_QUEUE";
        case PROXY_LOCK:           return "PROXY";
        case SERVER_LOCK:          return "SERVER";
-       case UPDATED_SERVERS_LOCK: return "UPDATED_SERVERS";
        case LBPRM_LOCK:           return "LBPRM";
        case SIGNALS_LOCK:         return "SIGNALS";
        case STK_TABLE_LOCK:       return "STK_TABLE";