From c1bbcdc45f30bcf3378492a822c2f615937f3ca8 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Thu, 26 Jul 2001 20:28:52 +0000 Subject: [PATCH] sigh. I am dumb. --- libsoup/soup-queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsoup/soup-queue.c b/libsoup/soup-queue.c index bc286ac..d7e0f61 100644 --- a/libsoup/soup-queue.c +++ b/libsoup/soup-queue.c @@ -287,7 +287,8 @@ static GString * soup_get_request_header (SoupMessage *req) { GString *header; - gchar *uri, *action; + gchar *uri; + gboolean action; SoupContext *proxy; const SoupUri *suri; struct SoupUsedHeaders hdrs = { -- 2.7.4