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:
e605421
)
oops, cut-and-paste error
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 17 Mar 2006 12:16:20 +0000
(12:16 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 17 Mar 2006 12:16:20 +0000
(12:16 +0000)
org.glite.lb.server/src/query.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/query.c
b/org.glite.lb.server/src/query.c
index
2377719
..
076c9cd
100644
(file)
--- a/
org.glite.lb.server/src/query.c
+++ b/
org.glite.lb.server/src/query.c
@@
-630,7
+630,7
@@
static char *ec_to_head_where(edg_wll_Context ctx,const edg_wll_QueryRec **ec)
free(aux);
}
else if (ec[m][n].op == EDG_WLL_QUERY_OP_EQUAL) {
- trio_asprintf(&
out
, "(e.time_stamp = %s AND e.usec = %d)",
+ trio_asprintf(&
conds
, "(e.time_stamp = %s AND e.usec = %d)",
dbt, ec[m][n].value.t.tv_usec);
}
else