From 88c8d4510853ca9b83a5cb6dcefb4e9442ecdd90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 20 Feb 2012 16:32:09 +0000 Subject: [PATCH] Send user on notif bind - a step towards fixing notifications. Not enough, though. --- org.glite.lb.server/src/il_notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.server/src/il_notification.c b/org.glite.lb.server/src/il_notification.c index 5018e48..947a1e2 100644 --- a/org.glite.lb.server/src/il_notification.c +++ b/org.glite.lb.server/src/il_notification.c @@ -236,7 +236,7 @@ edg_wll_NotifChangeIL(edg_wll_Context context, const char *dest_url, int expires) { - return(edg_wll_NotifSend(context, reg_id, dest_url, "", expires, "")); + return(edg_wll_NotifSend(context, reg_id, dest_url, context->peerName, expires, "")); } -- 1.8.2.3