[Asterisk-code-review] force restart unavailable chans in wrong scope (asterisk[13])

Patric Marschall asteriskteam at digium.com
Fri Jul 17 08:51:56 CDT 2015


Patric Marschall has uploaded a new change for review.

  https://gerrit.asterisk.org/924

Change subject: force_restart_unavailable_chans in wrong scope
......................................................................

force_restart_unavailable_chans in wrong scope

In channels/sig_pri.h, struct sig_pri_span, 
the field force_restart_unavailable_chans 
is only defined if 

#if defined(HAVE_PRI_MCID) is true.

All other occurences of force_restart_unavailable_chans are outside of the 

#if defined(HAVE_PRI_MCID)
endif

scope.


Change-Id: I071de89cc2cd0d85927a013036e235851f672549
---
M channels/sig_pri.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/924/1

diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 52e6c72..d3e5350 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -496,9 +496,9 @@
 #if defined(HAVE_PRI_MCID)
 	/*! \brief TRUE if allow sending MCID request on this span. */
 	unsigned int mcid_send:1;
+#endif	/* defined(HAVE_PRI_MCID) */
 	/*! \brief TRUE if forcing RESTART when receive cause 44 on this span. */
 	unsigned int force_restart_unavailable_chans:1;
-#endif	/* defined(HAVE_PRI_MCID) */
 #if defined(HAVE_PRI_DATETIME_SEND)
 	/*! \brief Configured date/time ie send policy option. */
 	int datetime_send;

-- 
To view, visit https://gerrit.asterisk.org/924
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I071de89cc2cd0d85927a013036e235851f672549
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Patric Marschall <patric.marschall at 1und1.de>



More information about the asterisk-code-review mailing list