[asterisk-commits] config options.c: Expand #ifdef to contain whole if statement. (asterisk[master])
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri May  6 06:14:40 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:
  Richard Mudgett: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved
diff --git a/main/config_options.c b/main/config_options.c
index e59e5cf..c58dfdd 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/2757
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Chris Trobridge <chris.trobridge at ultra-aep.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Chris Trobridge <chris.trobridge at ultra-aep.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
    
    
More information about the asterisk-commits
mailing list