git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66bafd3
)
Enable new-style transaction check
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 19 Dec 2007 16:55:33 +0000
(16:55 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 19 Dec 2007 16:55:33 +0000
(16:55 +0000)
org.glite.lb.proxy/src/lbproxy.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.proxy/src/lbproxy.c
b/org.glite.lb.proxy/src/lbproxy.c
index
1a90e0d
..
c6ee99e
100644
(file)
--- 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);