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:
5c909a7
)
Terminate in finite time.
author
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 21 May 2008 13:36:47 +0000
(13:36 +0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 21 May 2008 13:36:47 +0000
(13:36 +0000)
org.glite.jp.common/src/attr.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.common/src/attr.c
b/org.glite.jp.common/src/attr.c
index
6617873
..
1b7285c
100644
(file)
--- a/
org.glite.jp.common/src/attr.c
+++ b/
org.glite.jp.common/src/attr.c
@@
-206,6
+206,7
@@
static glite_jp_tplug_data_t *get_plugin(glite_jp_context_t ctx,const char *anam
free(ns);
return p;
}
+ cp++;
}
free(ns);
return &fallback_plugin; /* XXX: is it always desirable? */