From 57a6db6fe242010543a96d07826955bb3a56315b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Mon, 26 May 2008 10:59:38 +0000 Subject: [PATCH] typo in constant name --- org.glite.jp.client/src/jpimporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.2.3