From 76bb81d5b456145b6466124690758e4814d41cff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 13 Oct 2005 13:53:06 +0000 Subject: [PATCH] typo in regtime --- org.glite.jp.index/src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.jp.index/src/conf.c b/org.glite.jp.index/src/conf.c index abfb904..5dd0b19 100644 --- a/org.glite.jp.index/src/conf.c +++ b/org.glite.jp.index/src/conf.c @@ -47,7 +47,7 @@ int glite_jp_get_conf(int argc, char **argv, char *config_file, glite_jp_is_conf // all job since Epoche conf->feeds[0]->query = calloc(2,sizeof(*conf->feeds[0]->query)); conf->feeds[0]->query[0] = calloc(2,sizeof(**conf->feeds[0]->query)); - conf->feeds[0]->query[0][0].attr = strdup(""http://egee.cesnet.cz/en/Schema/JP/System:regtime"); + conf->feeds[0]->query[0][0].attr = strdup("http://egee.cesnet.cz/en/Schema/JP/System:regtime"); conf->feeds[0]->query[0][0].op = GLITE_JP_QUERYOP_GREATER; conf->feeds[0]->query[0][0].value = strdup("0"); -- 1.8.2.3