removed ctx declaration, screening global variable
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 4 Oct 2005 10:15:44 +0000 (10:15 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 4 Oct 2005 10:15:44 +0000 (10:15 +0000)
org.glite.jp.primary/src/bones_server.c

index fec27ef..0841348 100644 (file)
@@ -180,7 +180,6 @@ static int data_init(void **data)
 static int newconn(int conn,struct timeval *to,void *data)
 {
        struct soap     *soap = (struct soap *) data;
-       glite_jp_context_t      ctx = soap->user;
        glite_gsplugin_Context  plugin_ctx;
 
        gss_cred_id_t           newcred = GSS_C_NO_CREDENTIAL;