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:
d0b1758
)
set ctx->super_users for proxy connections too -- required for notifications
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 18 Feb 2009 16:02:04 +0000
(16:02 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 18 Feb 2009 16:02:04 +0000
(16:02 +0000)
authorized by superusers and coming via hybrid server-proxy
org.glite.lb.server/src/bkserverd.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/bkserverd.c
b/org.glite.lb.server/src/bkserverd.c
index
cbc647a
..
80eb57d
100644
(file)
--- a/
org.glite.lb.server/src/bkserverd.c
+++ b/
org.glite.lb.server/src/bkserverd.c
@@
-1214,6
+1214,8
@@
int bk_handle_connection_proxy(int conn, struct timeval *timeout, void *data)
ctx->noAuth = 1;
ctx->noIndex = 1;
+ /* required to match superuser-authorized notifications */
+ ctx->super_users = super_users;
if (fake_host)
{