From: Zdeněk Šustr Date: Mon, 20 Feb 2012 16:32:09 +0000 (+0000) Subject: Send user on notif bind X-Git-Tag: gridsite-core_R_1_7_17~60 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=88c8d4510853ca9b83a5cb6dcefb4e9442ecdd90;p=jra1mw.git Send user on notif bind - a step towards fixing notifications. Not enough, though. --- 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, "")); }