[asterisk-commits] config options.c: Expand #ifdef to contain whole if statement. (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 6 06:11:33 CDT 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
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(-)
Approvals:
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
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: merged
Gerrit-Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Chris Trobridge <chris.trobridge at ultra-aep.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list