From: Miloš Mulač Date: Thu, 13 Oct 2005 13:53:06 +0000 (+0000) Subject: typo in regtime X-Git-Tag: glite-jp-client_R_1_0_0~62 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=76bb81d5b456145b6466124690758e4814d41cff;p=jra1mw.git typo in regtime --- 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");