From 984448de4b4abfe4ee0381a8d3274531b8e8890e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 14 Apr 2009 11:29:33 +0000 Subject: [PATCH] Make sure dropped notifications are "expired" from IL queues --- org.glite.lb.server/src/il_notification.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.server/src/il_notification.c b/org.glite.lb.server/src/il_notification.c index 3a20e7f..2fb2667 100644 --- a/org.glite.lb.server/src/il_notification.c +++ b/org.glite.lb.server/src/il_notification.c @@ -201,6 +201,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, "")); } -- 1.8.2.3