Commit 3aaf44d9 authored by pnunn%netscape.com's avatar pnunn%netscape.com
Browse files

fix for bug#30852: backing out change that resets the loadgroups attribs from the channel. pnunn,

                    r:gagan.
parent b4d65248
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -431,8 +431,6 @@ nsLoadGroup::AddChannel(nsIChannel *channel, nsISupports* ctxt)
    rv = channel->GetLoadAttributes(&flags);
    if (NS_FAILED(rv)) return rv;

    SetDefaultLoadAttributes(flags);

    //
    // Add the channel to the list of active channels...
    //