From 018be0bee137705183e5c20a5d8d0d3e667bd795 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 18 Feb 2009 16:02:04 +0000 Subject: [PATCH] set ctx->super_users for proxy connections too -- required for notifications authorized by superusers and coming via hybrid server-proxy --- org.glite.lb.server/src/bkserverd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.lb.server/src/bkserverd.c b/org.glite.lb.server/src/bkserverd.c index cbc647a..80eb57d 100644 --- 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) { -- 1.8.2.3