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:
f64d55b
)
initialise connToUse to -1
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 7 Jul 2005 11:43:14 +0000
(11:43 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 7 Jul 2005 11:43:14 +0000
(11:43 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
33cb50c
..
f42a740
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-34,6
+34,7
@@
int edg_wll_InitContext(edg_wll_Context *ctx)
out->connPoolNotif = (edg_wll_ConnPool *) calloc(1, sizeof(edg_wll_ConnPool));
out->connProxy = (edg_wll_ConnPool *) calloc(1, sizeof(edg_wll_ConnProxy));
out->connProxy->conn.sock = -1;
+ out->connToUse = -1;
*ctx = out;
return 0;