git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f20a78
)
proper prefix to filter query
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 13 Oct 2005 13:38:21 +0000
(13:38 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 13 Oct 2005 13:38:21 +0000
(13:38 +0000)
org.glite.jp.index/src/conf.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.index/src/conf.c
b/org.glite.jp.index/src/conf.c
index
d194bad
..
abfb904
100644
(file)
--- 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("
dat
e");
+ conf->feeds[0]->query[0][0].attr = strdup("
"http://egee.cesnet.cz/en/Schema/JP/System:regtim
e");
conf->feeds[0]->query[0][0].op = GLITE_JP_QUERYOP_GREATER;
conf->feeds[0]->query[0][0].value = strdup("0");