From: Aleš Křenek Date: Wed, 19 Dec 2007 16:55:33 +0000 (+0000) Subject: Enable new-style transaction check X-Git-Tag: glite-lb-client_R_3_1_2_1~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=db7ebb2dfc39cc50e64f58ae33d984727a7d52b3;p=jra1mw.git Enable new-style transaction check --- diff --git a/org.glite.lb.proxy/src/lbproxy.c b/org.glite.lb.proxy/src/lbproxy.c index 1a90e0d..c6ee99e 100644 --- a/org.glite.lb.proxy/src/lbproxy.c +++ b/org.glite.lb.proxy/src/lbproxy.c @@ -307,6 +307,8 @@ int main(int argc, char *argv[]) memset(ctx, 0, sizeof(*ctx)); */ wait_for_open(ctx, dbstring); + + ctx->use_transactions = transactions; if (edg_wll_DBCheckVersion(ctx, dbstring)) { char *et,*ed; edg_wll_Error(ctx,&et,&ed);