From: Miloš Mulač Date: Mon, 26 May 2008 10:59:38 +0000 (+0000) Subject: typo in constant name X-Git-Tag: glite-yaim-lb_R_4_0_2_1~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=57a6db6fe242010543a96d07826955bb3a56315b;p=jra1mw.git typo in constant name --- diff --git a/org.glite.jp.client/src/jpimporter.c b/org.glite.jp.client/src/jpimporter.c index 3cd04a6..e83b2dc 100644 --- a/org.glite.jp.client/src/jpimporter.c +++ b/org.glite.jp.client/src/jpimporter.c @@ -61,7 +61,7 @@ typedef struct { #define JP_REPEAT_TIMEOUT 360 #define JP_GIVUP_TIMEOUT 3600 #define PID_POOL_SIZE 20 -#define DUMP_SLAVES_DEFAULT 1 +#define DEFAULT_DUMP_SLAVES_NUMBER 1 static int debug = 0;