Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 287317 Details for
Bug 383987
net-misc/asterisk-1.8.7.0_rc2: Updated patches for new release of asterisk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated 10-dahdi-chanvars.patch to match new context
10-dahdi-chanvars-1.8.7.0_rc2.patch (text/plain), 1.29 KB, created by
Erik Wallin
on 2011-09-21 16:47:52 UTC
(
hide
)
Description:
Updated 10-dahdi-chanvars.patch to match new context
Filename:
MIME Type:
Creator:
Erik Wallin
Created:
2011-09-21 16:47:52 UTC
Size:
1.29 KB
patch
obsolete
>Patch by: Jaco Kroon <jkroon@uls.co.za> >https://bugs.gentoo.org/show_bug.cgi?id=374195 > >diff -uNr asterisk-1.8.7.0-rc2.orig/channels/chan_dahdi.c asterisk-1.8.7.0-rc2/channels/chan_dahdi.c >--- asterisk-1.8.7.0-rc2.orig/channels/chan_dahdi.c 2011-09-19 18:57:40.000000000 +0200 >+++ asterisk-1.8.7.0-rc2/channels/chan_dahdi.c 2011-09-21 15:04:00.125095744 +0200 >@@ -17754,12 +17754,6 @@ > ast_log(LOG_WARNING, "Ignoring any changes to '%s' (on reload) at line %d.\n", v->name, v->lineno); > } > >- /* Since confp has already filled invidual dahdi_pvt objects with channels at this point, clear the variables in confp's pvt. */ >- if (confp->chan.vars) { >- ast_variables_destroy(confp->chan.vars); >- confp->chan.vars = NULL; >- } >- > if (dahdichan) { > /* Process the deferred dahdichan value. */ > if (build_channels(confp, dahdichan->value, reload, dahdichan->lineno, >@@ -17774,6 +17768,12 @@ > } > } > >+ /* Since confp has already filled invidual dahdi_pvt objects with channels at this point, clear the variables in confp's pvt. */ >+ if (confp->chan.vars) { >+ ast_variables_destroy(confp->chan.vars); >+ confp->chan.vars = NULL; >+ } >+ > /* mark the first channels of each DAHDI span to watch for their span alarms */ > for (tmp = iflist, y=-1; tmp; tmp = tmp->next) { > if (!tmp->destroy && tmp->span != y) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 383987
:
287313
|
287315
| 287317 |
287319
|
287321