mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
stir/shaken: Avoid a compiler extension of GCC.
ASTERISK-29776 Change-Id: I86e5eca66fb775a5744af0c929fb269e70575a73
This commit is contained in:
committed by
George Joseph
parent
1230369b71
commit
ecffdab059
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user