Send user on notif bind
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 20 Feb 2012 16:32:09 +0000 (16:32 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 20 Feb 2012 16:32:09 +0000 (16:32 +0000)
- a step towards fixing notifications. Not enough, though.

org.glite.lb.server/src/il_notification.c

index 5018e48..947a1e2 100644 (file)
@@ -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, ""));
 }