diff options
Diffstat (limited to 'net/asterisk/files/patch-hangup_hang')
-rw-r--r-- | net/asterisk/files/patch-hangup_hang | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/asterisk/files/patch-hangup_hang b/net/asterisk/files/patch-hangup_hang deleted file mode 100644 index 22e09d6a1be7..000000000000 --- a/net/asterisk/files/patch-hangup_hang +++ /dev/null @@ -1,20 +0,0 @@ -Index: main/channel.c -=================================================================== ---- main/channel.c (revision 188244) -+++ main/channel.c (working copy) -@@ -2038,13 +2038,13 @@ - return &ast_null_frame; - usleep(1); - } -- -+/* - if (chan->fdno == -1) { - ast_log(LOG_ERROR, "ast_read() called with no recorded file descriptor.\n"); - f = &ast_null_frame; - goto done; - } -- -+*/ - if (chan->masq) { - if (ast_do_masquerade(chan)) - ast_log(LOG_WARNING, "Failed to perform masquerade\n"); |