From: Aleš Křenek Date: Tue, 14 Apr 2009 11:34:17 +0000 (+0000) Subject: Make sure dropped notifications are "expired" from IL queues X-Git-Tag: glite-lbjp-common-db_R_1_0_0_7~25 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5120454b0cd6a6302b71a00465a795940a6d7752;p=jra1mw.git Make sure dropped notifications are "expired" from IL queues (merge from branch_RC31_3) --- diff --git a/org.glite.lb.server/src/il_notification.c b/org.glite.lb.server/src/il_notification.c index 3bec57a..a9708db 100644 --- 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, "")); }