stir/shaken: Avoid a compiler extension of GCC.

ASTERISK-29776

Change-Id: I86e5eca66fb775a5744af0c929fb269e70575a73
This commit is contained in:
Alexander Traud 2021-11-25 17:34:13 +01:00 committed by Friendly Automation
parent 16291d972e
commit 6659f8e192
1 changed files with 1 additions and 1 deletions

View File

@ -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",