From 90ea7f6b1ae23b022794bf78f8f9d000d7dcda4c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 14 May 2007 10:41:15 +0000 Subject: [PATCH] Ditch the csp member cookie_list[] which isn't used anymore. --- loaders.c | 6 ++++-- project.h | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/loaders.c b/loaders.c index 2ea9c5f8..fe123aad 100644 --- a/loaders.c +++ b/loaders.c @@ -1,4 +1,4 @@ -const char loaders_rcs[] = "$Id: loaders.c,v 1.61 2007/04/15 16:39:21 fabiankeil Exp $"; +const char loaders_rcs[] = "$Id: loaders.c,v 1.62 2007/04/30 15:02:18 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loaders.c,v $ @@ -35,6 +35,9 @@ const char loaders_rcs[] = "$Id: loaders.c,v 1.61 2007/04/15 16:39:21 fabiankeil * * Revisions : * $Log: loaders.c,v $ + * Revision 1.62 2007/04/30 15:02:18 fabiankeil + * Introduce dynamic pcrs jobs that can resolve variables. + * * Revision 1.61 2007/04/15 16:39:21 fabiankeil * Introduce tags as alternative way to specify which * actions apply to a request. At the moment tags can be @@ -501,7 +504,6 @@ void sweep(void) destroy_list(csp->headers); destroy_list(csp->tags); - destroy_list(csp->cookie_list); free_current_action(csp->action); diff --git a/project.h b/project.h index 0b40f2b6..d2d371b3 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.94 2007/04/15 16:39:21 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.95 2007/04/30 15:02:19 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -37,6 +37,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.95 2007/04/30 15:02:19 fabiankeil + * Introduce dynamic pcrs jobs that can resolve variables. + * * Revision 1.94 2007/04/15 16:39:21 fabiankeil * Introduce tags as alternative way to specify which * actions apply to a request. At the moment tags can be @@ -1281,9 +1284,6 @@ struct client_state /** List of all tags that apply to this request */ struct list tags[1]; - /** List of all cookies for this request */ - struct list cookie_list[1]; - /** MIME-Type key, see CT_* above */ unsigned int content_type; -- 2.39.2