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
47221d2e15
commit
6078451bae
|
@ -1041,7 +1041,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