From: Jiří Škrábal Date: Thu, 22 Sep 2005 13:56:19 +0000 (+0000) Subject: - parse also 'proxy' key word from the "dump" message X-Git-Tag: merge_rc1_dst_2~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=12ad049ba88f684df899cb0335d24b18634733eb;p=jra1mw.git - parse also 'proxy' key word from the "dump" message --- 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);