From 12ad049ba88f684df899cb0335d24b18634733eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Thu, 22 Sep 2005 13:56:19 +0000 Subject: [PATCH] - parse also 'proxy' key word from the "dump" message --- org.glite.jp.client/src/jpimporter.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/org.glite.jp.client/src/jpimporter.c b/org.glite.jp.client/src/jpimporter.c index 514a25c..712f5eb 100644 --- a/org.glite.jp.client/src/jpimporter.c +++ b/org.glite.jp.client/src/jpimporter.c @@ -401,10 +401,12 @@ static int dump_importer(void) {"jobid", NULL}, {"file", NULL}, {"jpps", NULL}, + {"proxy", NULL}, {NULL, NULL}}; -#define _job 0 -#define _file 1 -#define _jpps 2 +#define _job 0 +#define _file 1 +#define _jpps 2 +#define _proxy 3 if ( readnew ) ret = edg_wll_MaildirTransStart(dump_mdir, &msg, &fname); -- 1.8.2.3