Skip to content
Snippets Groups Projects
Commit b290bb12 authored by Alexander Traud's avatar Alexander Traud Committed by Friendly Automation
Browse files

stir/shaken: Avoid a compiler extension of GCC.

ASTERISK-29776

Change-Id: I86e5eca66fb775a5744af0c929fb269e70575a73
parent 858c9e1d
No related branches found
No related tags found
1 merge request!48asterisk uplift to 18.11.2
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment