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:
b1ac54e
)
match feed from match_file()
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 30 Apr 2007 14:34:01 +0000
(14:34 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 30 Apr 2007 14:34:01 +0000
(14:34 +0000)
org.glite.jp.primary/src/feed.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/feed.c
b/org.glite.jp.primary/src/feed.c
index
315f269
..
6e59a2c
100644
(file)
--- a/
org.glite.jp.primary/src/feed.c
+++ b/
org.glite.jp.primary/src/feed.c
@@
-336,6
+336,9
@@
int glite_jpps_match_file(
int k,fed;
glite_jp_attrval_t * fattr;
+ match_feed(ctx,f,job,vals);
+
+/* covered by match_feed()
glite_jppsbe_check_fed(ctx,f->id,job,&fed);
if (!fed) full_feed(ctx,f,job,&fattr);
else {
@@
-355,6
+358,7
@@
int glite_jpps_match_file(
if (!fed) for (i=0; fattr[i].name; i++) glite_jp_attrval_free(fattr+i,0);
free(fattr);
+*/
}
for (i=0; vals[i].name; i++) glite_jp_attrval_free(vals+i,0);