[Asterisk-code-review] config options.c: Expand #ifdef to contain whole if statement. (asterisk[13])
Chris Trobridge
asteriskteam at digium.com
Fri May 6 04:28:59 CDT 2016
Chris Trobridge has uploaded a new change for review.
https://gerrit.asterisk.org/2775
Change subject: config_options.c: Expand #ifdef to contain whole if statement.
......................................................................
config_options.c: Expand #ifdef to contain whole if statement.
ASTERISK-25956 #close
Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38
---
M main/config_options.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/75/2775/1
diff --git a/main/config_options.c b/main/config_options.c
index db99a44..c8988c9 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -198,8 +198,8 @@
#ifdef AST_DEVMODE
opt->doc_unavailable = 1;
#endif
-#endif
}
+#endif
}
/* The container(s) should hold the only ref to opt */
ao2_ref(opt, -1);
--
To view, visit https://gerrit.asterisk.org/2775
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Chris Trobridge <chris.trobridge at ultra-aep.com>
More information about the asterisk-code-review
mailing list