git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec74c5
)
Send user on notif bind
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 20 Feb 2012 16:32:09 +0000
(16:32 +0000)
committer
Zdeně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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/il_notification.c
b/org.glite.lb.server/src/il_notification.c
index
5018e48
..
947a1e2
100644
(file)
--- 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, ""));
}