X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.c;h=a66c4645da41204eba6bca21291b8d646a99837a;hp=7dc34781d519f576e2d4c45331b9ea688bc71bf7;hb=630fb930d8090fb4e76bb2b325127d02662f914c;hpb=5732158c08e8ca58a787a4baecea762c35b7d0ff diff --git a/actions.c b/actions.c index 7dc34781..a66c4645 100644 --- a/actions.c +++ b/actions.c @@ -1,4 +1,4 @@ -const char actions_rcs[] = "$Id: actions.c,v 1.52 2008/04/27 16:26:59 fabiankeil Exp $"; +const char actions_rcs[] = "$Id: actions.c,v 1.53 2008/05/26 16:04:04 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.c,v $ @@ -33,6 +33,9 @@ const char actions_rcs[] = "$Id: actions.c,v 1.52 2008/04/27 16:26:59 fabiankeil * * Revisions : * $Log: actions.c,v $ + * Revision 1.53 2008/05/26 16:04:04 fabiankeil + * s@memorey@memory@ + * * Revision 1.52 2008/04/27 16:26:59 fabiankeil * White space fix for the last commit. * @@ -872,6 +875,12 @@ jb_err get_actions(char *line, log_error(LOG_LEVEL_ERROR, "Action '%s' is no longer valid " "in this Privoxy release. Ignored.", option+1); } + else if ((2 < strlen(option)) && 0 == strcmpic(option+1, "hide-forwarded-for-headers")) + { + log_error(LOG_LEVEL_FATAL, "The action 'hide-forwarded-for-headers' " + "is no longer valid in this Privoxy release. " + "Use 'change-x-forwarded-for' instead."); + } else { /* Bad action name */