Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 374195 | Differences between
and this patch

Collapse All | Expand All

(-)asterisk-1.8.7.0-rc1/channels/chan_dahdi.c (-6 / +6 lines)
Lines 17754-17759 Link Here
17754
  	    	      ast_log(LOG_WARNING, "Ignoring any changes to '%s' (on reload) at line %d.\n", v->name, v->lineno);
17754
  	    	      ast_log(LOG_WARNING, "Ignoring any changes to '%s' (on reload) at line %d.\n", v->name, v->lineno);
17755
		      }
17755
		      }
17756
17756
17757
	/* Since confp has already filled invidual dahdi_pvt objects with channels at this point, clear the variables in confp's pvt. */
17758
	if (confp->chan.vars) {
17759
	   ast_variables_destroy(confp->chan.vars);
17760
		confp->chan.vars = NULL;
17761
		}
17762
17757
	   /* Process the deferred dahdichan value. */
17763
	   /* Process the deferred dahdichan value. */
17758
	      if (build_channels(confp, dahdichan->value, reload, dahdichan->lineno,
17764
	      if (build_channels(confp, dahdichan->value, reload, dahdichan->lineno,
Lines 17768-17779 Link Here
17768
  	     }
17774
  	     }
17769
	     }
17775
	     }
17770
17776
17771
	/* Since confp has already filled invidual dahdi_pvt objects with channels at this point, clear the variables in confp's pvt. */
17772
	if (confp->chan.vars) {
17773
	   ast_variables_destroy(confp->chan.vars);
17774
		confp->chan.vars = NULL;
17775
		}
17776
17777
	for (tmp = iflist, y=-1; tmp; tmp = tmp->next) {
17777
	for (tmp = iflist, y=-1; tmp; tmp = tmp->next) {
17778
	    if (!tmp->destroy && tmp->span != y) {
17778
	    if (!tmp->destroy && tmp->span != y) {

Return to bug 374195