]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Cancel sent can be entered from cancel_partial
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 6 Dec 2019 11:47:17 +0000 (18:47 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 7 Dec 2019 05:36:35 +0000 (12:36 +0700)
src/lib/server/trunk.c

index d03724bee00c09629efa687c6c58bf238c94298b..e8f698128b6887908d1bd889f9d3afe4317cb626 100644 (file)
@@ -1665,6 +1665,7 @@ void fr_trunk_request_signal_cancel_sent(fr_trunk_request_t *treq)
 
        switch (treq->state) {
        case FR_TRUNK_REQUEST_CANCEL:
+       case FR_TRUNK_REQUEST_CANCEL_PARTIAL:
                trunk_request_enter_cancel_sent(treq);
                break;