Necessary initialization of the gss (activation of globus modules).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 7 Dec 2010 12:27:00 +0000 (12:27 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 7 Dec 2010 12:27:00 +0000 (12:27 +0000)
org.glite.lb.common/src/connpool.c

index c39c410..35fb2bc 100644 (file)
@@ -276,9 +276,10 @@ edg_wll_Connections* edg_wll_initConnections() {
             #ifdef GLITE_LB_THREADED
                 printf("Thread %d ",pthread_self());
             #endif
-            printf("Initializng connections AND THE CONNECTION POOL\n");
+            printf("Initializing connections AND THE CONNECTION POOL\n");
         #endif
 
+        edg_wll_gss_initialize();
 
         connectionsHandle.connPool = (edg_wll_ConnPool *) calloc(connectionsHandle.poolSize, sizeof(edg_wll_ConnPool));
         for (i=0; i<connectionsHandle.poolSize; i++) {