FS-5819: add missing status values that we check from apr to the enum so the compiler knows the right type to use for the enum
This commit is contained in:
parent
3d3a8f264a
commit
09e45cdda2
|
@ -1031,7 +1031,9 @@ typedef enum {
|
|||
SWITCH_STATUS_FOUND,
|
||||
SWITCH_STATUS_CONTINUE,
|
||||
SWITCH_STATUS_TERM,
|
||||
SWITCH_STATUS_NOT_INITALIZED
|
||||
SWITCH_STATUS_NOT_INITALIZED,
|
||||
SWITCH_STATUS_XBREAK = 35,
|
||||
SWITCH_STATUS_WINBREAK = 730035
|
||||
} switch_status_t;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue