stir/shaken: Avoid a compiler extension of GCC.

ASTERISK-29776

Change-Id: I86e5eca66fb775a5744af0c929fb269e70575a73
changes/00/17600/2
Alexander Traud 4 years ago committed by Friendly Automation
parent 858c9e1d80
commit b290bb1251

@ -740,7 +740,7 @@ static int stir_shaken_handler(const struct aco_option *opt, struct ast_variable
}
static const char *stir_shaken_map[] = {
[AST_SIP_STIR_SHAKEN_OFF] "off",
[AST_SIP_STIR_SHAKEN_OFF] = "off",
[AST_SIP_STIR_SHAKEN_ATTEST] = "attest",
[AST_SIP_STIR_SHAKEN_VERIFY] = "verify",
[AST_SIP_STIR_SHAKEN_ON] = "on",

Loading…
Cancel
Save