diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-07-24 10:54:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-07-24 10:54:50 +0000 |
commit | 8feecd0b77bf54204d7fd893fca4c255240d2769 (patch) | |
tree | b6af3742d4adf010f2d58e1ba431dc6b7e3fa6b8 /net/asterisk/files/patch-hangup_hang | |
parent | Change MAINTAINER to my @FreeBSD.org address (diff) |
Update to 1.4.25.
Notes
Notes:
svn path=/head/; revision=238326
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"); |