]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Actually set request to new state in NDEBUG build (#4230)
authorNick Porter <nick@portercomputing.co.uk>
Thu, 16 Sep 2021 19:28:02 +0000 (20:28 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 19:28:02 +0000 (15:28 -0400)
src/lib/server/trunk.c

index 7afe34d1eca66071a7c8f95023e9d81363d08f39..1c1a533be7e0f8a6cd4ae116070a6f41bd963ef9 100644 (file)
@@ -463,6 +463,7 @@ do { \
                  treq->id, \
                  fr_table_str_by_value(fr_trunk_request_states, treq->pub.state, "<INVALID>"), \
                  fr_table_str_by_value(fr_trunk_request_states, _new, "<INVALID>")); \
+       treq->pub.state = _new; \
 } while (0)
 #define REQUEST_BAD_STATE_TRANSITION(_new) \
 do { \