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:
fc0ed74
)
Make sure dropped notifications are "expired" from IL queues
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 14 Apr 2009 11:34:17 +0000
(11:34 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 14 Apr 2009 11:34:17 +0000
(11:34 +0000)
(merge from branch_RC31_3)
org.glite.lb.server/src/il_notification.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/il_notification.c
b/org.glite.lb.server/src/il_notification.c
index
3bec57a
..
a9708db
100644
(file)
--- a/
org.glite.lb.server/src/il_notification.c
+++ b/
org.glite.lb.server/src/il_notification.c
@@
-212,6
+212,7
@@
int
edg_wll_NotifCancelRegId(edg_wll_Context context,
edg_wll_NotifId reg_id)
{
- return(edg_wll_NotifSend(context, reg_id, NULL, 0, "", 0, ""));
+/* XXX: Jan 1 1970 00:00:01 -- quite sure to make it expire immediately */
+ return(edg_wll_NotifSend(context, reg_id, NULL, 0, "", 1, ""));
}