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:
2bb5d67
)
Initiate No. of ID mappings to 0. Just to cover all execution paths...
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Tue, 11 Sep 2012 09:44:31 +0000
(09:44 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Tue, 11 Sep 2012 09:44:31 +0000
(09:44 +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
1c68b24
..
6968a89
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-63,6
+63,7
@@
int edg_wll_InitContext(edg_wll_Context *ctx)
edg_wll_initConnNotif(out->connNotif);
out->connProxy->conn.sock = -1;
// out->connToUse = -1;
+ out->id_mapping.num = 0;
memset(&null, 0, sizeof null);
for (i=0; i<EDG_WLL_PARAM__LAST; i++) {