From 74c1a082eefdfba87d80f8f5e10f64d4fa2723d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 7 Dec 2010 12:27:00 +0000 Subject: [PATCH] Necessary initialization of the gss (activation of globus modules). --- org.glite.lb.common/src/connpool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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