typo
authorDaniel Kouřil <kouril@ics.muni.cz>
Wed, 8 Feb 2006 14:27:21 +0000 (14:27 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Wed, 8 Feb 2006 14:27:21 +0000 (14:27 +0000)
org.glite.security.gsoap-plugin/src/glite_gsplugin.c

index a5f6ce4..ce07a54 100644 (file)
@@ -53,7 +53,7 @@ glite_gsplugin_free_context(glite_gsplugin_Context ctx)
 {
        OM_uint32       ms;
        
-       if (ctx == NUL)
+       if (ctx == NULL)
           return 0;
 
        if ( ctx->cred != GSS_C_NO_CREDENTIAL ) gss_release_cred(&ms, &ctx->cred);