From: Miloš Mulač Date: Thu, 13 Oct 2005 13:38:21 +0000 (+0000) Subject: proper prefix to filter query X-Git-Tag: glite-jp-client_R_1_0_0~64 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fdde424467e4064835a1790857e859927c4fbf4e;p=jra1mw.git proper prefix to filter query --- diff --git a/org.glite.jp.index/src/conf.c b/org.glite.jp.index/src/conf.c index d194bad..abfb904 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("date"); + 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");