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:
36b04fe
)
SQL syntax fix.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 10 Mar 2008 14:41:26 +0000
(14:41 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 10 Mar 2008 14:41:26 +0000
(14:41 +0000)
org.glite.lb.server/src/notif_match.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/notif_match.c
b/org.glite.lb.server/src/notif_match.c
index
7e0365d
..
7bd7e50
100644
(file)
--- a/
org.glite.lb.server/src/notif_match.c
+++ b/
org.glite.lb.server/src/notif_match.c
@@
-63,7
+63,7
@@
int edg_wll_NotifMatch(edg_wll_Context ctx, const edg_wll_JobStat *stat)
else if (notif_index_cols[i].qrec.attr == EDG_WLL_QUERY_ATTR_JDL_ATTR) {
char *aux;
if (!cond_and_where) cond_and_where = strdup("");
- trio_asprintf(&aux, "%s AND %s
=
NULL",cond_and_where,
+ trio_asprintf(&aux, "%s AND %s
is
NULL",cond_and_where,
notif_index_cols[i].colname);
free(cond_and_where);
cond_and_where = aux;