]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_pri.h: force_restart_unavailable_chans in wrong scope 23/923/2
authorPatric Marschall <patric.marschall@1und1.de>
Fri, 17 Jul 2015 09:59:19 +0000 (11:59 +0200)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 17 Jul 2015 16:01:08 +0000 (11:01 -0500)
commit0433f089037e04099844b2584e67018502d721ab
treed063425e5de17db06ebb9b64909a80d7cfdb0184
parentb36d670dc1b399f340f4480ff9567b8a3910a061
sig_pri.h: 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.

ASTERISK-25257 #close
Reported by: Patric Marschall

Change-Id: I071de89cc2cd0d85927a013036e235851f672549
channels/sig_pri.h