- parse also 'proxy' key word from the "dump" message
authorJiří Škrábal <nykolas@ics.muni.cz>
Thu, 22 Sep 2005 13:56:19 +0000 (13:56 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Thu, 22 Sep 2005 13:56:19 +0000 (13:56 +0000)
org.glite.jp.client/src/jpimporter.c

index 514a25c..712f5eb 100644 (file)
@@ -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);