summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/sig_pri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 52e6c729d..d3e5350c8 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -496,9 +496,9 @@ struct sig_pri_span {
#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;