revert changes
authorJan Pospíšil <honik@ntc.zcu.cz>
Thu, 17 May 2007 17:03:11 +0000 (17:03 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Thu, 17 May 2007 17:03:11 +0000 (17:03 +0000)
org.glite.lb.client/src/producer.c

index 92fc12a..5be5dc5 100644 (file)
@@ -641,7 +641,6 @@ int edg_wll_SetLoggingJob(
        }
 
        /* add user credentials to context */
-#if 0
        {
                char    *my_subject_name = NULL;
                edg_wll_GssStatus       gss_stat;
@@ -664,7 +663,6 @@ int edg_wll_SetLoggingJob(
                        gss_release_cred(&min_stat, &cred);
                if (my_subject_name) free(my_subject_name);
        }
-#endif
 
        return edg_wll_Error(ctx,NULL,NULL);
 }