This commit was manufactured by cvs2svn to create tag 'merge_pre-cares2head- merge_pre-cares2head-2_dst
authorcvs2svn <admin@example.com>
Fri, 24 Mar 2006 21:05:48 +0000 (21:05 +0000)
committercvs2svn <admin@example.com>
Fri, 24 Mar 2006 21:05:48 +0000 (21:05 +0000)
2_dst'.

Sprout from glite-security-gsoap-plugin_branch_1_3_0 2006-03-24 21:05:45 UTC cvs2svn <admin@example.com> 'This commit was manufactured by cvs2svn to create branch 'glite-security-'
Cherrypick from master 2006-02-08 14:27:21 UTC Daniel KouĊ™il <kouril@ics.muni.cz> 'typo':
    org.glite.security.gsoap-plugin/src/glite_gsplugin.c

org.glite.security.gsoap-plugin/src/glite_gsplugin.c

index 0cd5d30..ce07a54 100644 (file)
@@ -332,6 +332,7 @@ glite_gsplugin_recv(struct soap *soap, char *buf, size_t bufsz)
        int                                             len;
 
 
+       pdprintf(("GSLITE_GSPLUGIN: glite_gsplugin_recv()\n"));
        ctx = ((int_plugin_data_t *)soap_lookup_plugin(soap, plugin_id))->ctx;
        if ( ctx->error_msg ) { free(ctx->error_msg); ctx->error_msg = NULL; }
 
@@ -371,7 +372,6 @@ glite_gsplugin_recv(struct soap *soap, char *buf, size_t bufsz)
 
                /* default: fallthrough */
        }
-       pdprintf(("GSLITE_GSPLUGIN: glite_gsplugin_recv() = %d\n",len));
 
        return len;
 }
@@ -386,6 +386,7 @@ glite_gsplugin_send(struct soap *soap, const char *buf, size_t bufsz)
        int                                             ret;
 
 
+       pdprintf(("GSLITE_GSPLUGIN: glite_gsplugin_send()\n"));
        ctx = ((int_plugin_data_t *)soap_lookup_plugin(soap, plugin_id))->ctx;
        /* XXX: check whether ctx is initialized
         *      i.e. ctx->connection != NULL
@@ -406,8 +407,6 @@ glite_gsplugin_send(struct soap *soap, const char *buf, size_t bufsz)
 
        sigaction(SIGPIPE, &osa, NULL);
 
-       pdprintf(("GSLITE_GSPLUGIN: glite_gsplugin_send(%d) = %d\n",bufsz,ret));
-
        switch ( ret ) {
        case EDG_WLL_GSS_OK:
                break;