git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79824
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
struct zt_chan_conf base_conf = zt_chan_conf_default();
struct zt_chan_conf conf;
struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
- int res, x;
+ int res;
#ifdef HAVE_PRI
char *c;
}
#ifdef HAVE_PRI
if (!reload) {
+ int x;
for (x = 0; x < NUM_SPANS; x++) {
if (pris[x].pvts[0]) {
if (start_pri(pris + x)) {
#endif
#ifdef HAVE_SS7
if (!reload) {
+ int x;
for (x = 0; x < NUM_SPANS; x++) {
if (linksets[x].ss7) {
if (ast_pthread_create(&linksets[x].master, NULL, ss7_linkset, &linksets[x])) {