don't return GSS_S_CREDENTIALS_EXPIRED if no expiry time
[mech_eap.orig] / util_sm.c
index 5d03443..3bb28b8 100644 (file)
--- a/util_sm.c
+++ b/util_sm.c
@@ -125,7 +125,7 @@ recordErrorToken(OM_uint32 *minor,
     errorBuffer.length = sizeof(errorData);
     errorBuffer.value = errorData;
 
-    return gssEapRecordInnerContextToken(minor, ctx, &errorBuffer, 
+    return gssEapRecordInnerContextToken(minor, ctx, &errorBuffer,
                                          ITOK_TYPE_CONTEXT_ERR | ITOK_FLAG_CRITICAL);
 }