From f88736bac843c02bc30db3f3331f19cb55c950f3 Mon Sep 17 00:00:00 2001 From: ricardob Date: Thu, 25 Jun 1998 20:03:52 +0000 Subject: [PATCH] trying to fix compile error for HG22087 with rosetta.h git-svn-id: svn://10.0.0.236/trunk@4522 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/protocol/http/mkhttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/protocol/http/mkhttp.c b/mozilla/network/protocol/http/mkhttp.c index a73cd79cfad..d016a1d87b8 100644 --- a/mozilla/network/protocol/http/mkhttp.c +++ b/mozilla/network/protocol/http/mkhttp.c @@ -2693,7 +2693,7 @@ net_setup_http_stream(ActiveEntry * ce) /* check to see if we just now entered a secure space */ /* don't do if this is coming from history */ /* don't do this if about to redirect */ - if( HG22087 + if( HG22087 && (CE_FORMAT_OUT == FO_CACHE_AND_PRESENT || CE_FORMAT_OUT == FO_PRESENT) && !CE_URL_S->history_num) {