Enable new-style transaction check
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 19 Dec 2007 16:55:33 +0000 (16:55 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 19 Dec 2007 16:55:33 +0000 (16:55 +0000)
org.glite.lb.proxy/src/lbproxy.c

index 1a90e0d..c6ee99e 100644 (file)
@@ -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);