Initiate No. of ID mappings to 0. Just to cover all execution paths...
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 11 Sep 2012 09:44:31 +0000 (09:44 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 11 Sep 2012 09:44:31 +0000 (09:44 +0000)
org.glite.lb.common/src/context.c

index 1c68b24..6968a89 100644 (file)
@@ -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++) {