From: František Dvořák Date: Tue, 7 Dec 2010 12:27:00 +0000 (+0000) Subject: Necessary initialization of the gss (activation of globus modules). X-Git-Tag: glite-lb-server_R_2_1_12_2_emi_0~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=74c1a082eefdfba87d80f8f5e10f64d4fa2723d6;p=jra1mw.git Necessary initialization of the gss (activation of globus modules). --- diff --git a/org.glite.lb.common/src/connpool.c b/org.glite.lb.common/src/connpool.c index c39c410..35fb2bc 100644 --- a/org.glite.lb.common/src/connpool.c +++ b/org.glite.lb.common/src/connpool.c @@ -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