]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixes a segfault occuring when performing attended transfer with FAXOPT(gateway)=yes
authorJonathan Rose <jrose@digium.com>
Fri, 3 Feb 2012 16:22:31 +0000 (16:22 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 3 Feb 2012 16:22:31 +0000 (16:22 +0000)
(closes issue ASTERISK-19184)
Reported by: Alexandr

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353962 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_fax.c

index b9655db213d9ae759f96561ec034dcf0e61a4a91..ea6b6784ed0868f1d2e9afe2bc10bc97f5665886 100644 (file)
@@ -2891,7 +2891,6 @@ static struct ast_frame *fax_gateway_framehook(struct ast_channel *chan, struct
                if (!(details = find_details(chan))) {
                        ast_log(LOG_ERROR, "no FAX session details found on chan %s for T.38 gateway session, odd\n", chan->name);
                        ast_framehook_detach(chan, gateway->framehook);
-                       details->gateway_id = -1;
                        return f;
                }
        }