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:
4013805
)
Corected db_type_index calling.
author
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 21 May 2008 12:21:46 +0000
(12:21 +0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 21 May 2008 12:21:46 +0000
(12:21 +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
8609567
..
6617873
100644
(file)
--- a/
org.glite.jp.common/src/attr.c
+++ b/
org.glite.jp.common/src/attr.c
@@
-267,7
+267,7
@@
const char *glite_jp_attrval_db_type_index(glite_jp_context_t ctx,const char *at
glite_jp_tplug_data_t *ap = get_plugin(ctx,attr);
glite_jp_clear_error(ctx);
- return ap->db_type_
full
? ap->db_type_index(ap->pctx,attr,len) : fb_type_index(ap->pctx,attr,len);
+ return ap->db_type_
index
? ap->db_type_index(ap->pctx,attr,len) : fb_type_index(ap->pctx,attr,len);
}
/* XXX: UNIX time, should be ISO blahblah */