freetdm: ss7 - bug fix for compile bug introduced by merging
This commit is contained in:
parent
93bfa6d1e9
commit
21c60c698d
|
@ -503,7 +503,8 @@ typedef enum {
|
||||||
FLAG_GLARE = (1 << 13),
|
FLAG_GLARE = (1 << 13),
|
||||||
FLAG_INFID_RESUME = (1 << 14),
|
FLAG_INFID_RESUME = (1 << 14),
|
||||||
FLAG_INFID_PAUSED = (1 << 15),
|
FLAG_INFID_PAUSED = (1 << 15),
|
||||||
FLAG_RELAY_DOWN = (1 << 30)
|
FLAG_RELAY_DOWN = (1 << 30),
|
||||||
|
FLAG_CKT_RECONFIG = (1 << 31)
|
||||||
} sng_ckt_flag_t;
|
} sng_ckt_flag_t;
|
||||||
|
|
||||||
#define CKT_FLAGS_STRING \
|
#define CKT_FLAGS_STRING \
|
||||||
|
|
Loading…
Reference in New Issue