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:
cbd2f03
)
fix build
author
Michal Voců
<michal@ruk.cuni.cz>
Fri, 17 Apr 2009 16:12:58 +0000
(16:12 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Fri, 17 Apr 2009 16:12:58 +0000
(16:12 +0000)
org.glite.lb.logger/src/event_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/event_store.c
b/org.glite.lb.logger/src/event_store.c
index
78cc5e4
..
33ee416
100644
(file)
--- a/
org.glite.lb.logger/src/event_store.c
+++ b/
org.glite.lb.logger/src/event_store.c
@@
-786,8
+786,8
@@
event_store_recover(struct event_store *es)
struct event_queue *eq_dest = queue_list_get(last_dest);
/* set new destination */
- if(notifid_map_set_dest(es->job_id_s, eq) < 0) {
- ret = -1;
break;
+ if(notifid_map_set_dest(es->job_id_s, eq
_dest
) < 0) {
+ ret = -1;
}
/* move all events with this notif_id from eq_b to eq_dest */