Don't enforce strict_locking when using transactions.
authorZdeněk Salvet <salvet@ics.muni.cz>
Wed, 19 Dec 2007 15:01:09 +0000 (15:01 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Wed, 19 Dec 2007 15:01:09 +0000 (15:01 +0000)
org.glite.lb.server/src/bkserverd.c

index 8c24b18..9c878ce 100644 (file)
@@ -580,7 +580,6 @@ a.sin_addr.s_addr = INADDR_ANY;
                fprintf(stderr, "[%d]: transactions aren't supported!\n", getpid());
        }
        use_transactions = ctx->use_transactions;
-       if (use_transactions) strict_locking = 1;
        edg_wll_Close(ctx);
        edg_wll_FreeContext(ctx);