From: Jiří Filipovič Date: Mon, 27 Feb 2012 15:06:47 +0000 (+0000) Subject: authz policy file into context X-Git-Tag: glite-px-myproxy-yaim_R_4_1_6_2~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8e58ae5b331d002102b2b907a6b8aaf187382594;p=jra1mw.git authz policy file into context --- diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index 2b45c77..caa9602 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -185,6 +185,8 @@ glite_lb_padded_struct(_edg_wll_Context,150, char **msg_brokers; int count_server_stats; + + char *authz_policy_file; ) /* to be used internally: set, update and and clear the error information in diff --git a/org.glite.lb.common/src/context.c b/org.glite.lb.common/src/context.c index 44d9c8b..497762b 100644 --- a/org.glite.lb.common/src/context.c +++ b/org.glite.lb.common/src/context.c @@ -210,6 +210,8 @@ void edg_wll_FreeContext(edg_wll_Context ctx) free(ctx->msg_brokers); ctx->msg_brokers = NULL; } + + if (ctx->authz_policy_file) free(authz_policy_file); edg_wll_FreeParams(ctx);