[Home]

Summary:ASTERISK-18868: sig_pri.c references an incorrect variable inside restart event handler
Reporter:zvision (zvision)Labels:
Date Opened:2011-11-14 18:18:12.000-0600Date Closed:2011-11-15 12:16:16.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:10.0.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:( 0) sig_pri.c.diff
Description:e->restart structure should be used instead of e->ring, as the attached patch does. I guess it's a copy & paste error.
Comments:By: zvision (zvision) 2011-11-14 18:19:18.182-0600

This patch fixes the typo.