comment out dumping code
[mech_eap.orig] / release_any_name_mapping.c
index c2d8ede..54d3162 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, JANET(UK)
+ * Copyright (c) 2011, JANET(UK)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,8 @@ gss_release_any_name_mapping(OM_uint32 *minor,
 {
     OM_uint32 major;
 
+    *minor = 0;
+
     if (name == GSS_C_NO_NAME) {
         *minor = EINVAL;
         return GSS_S_CALL_INACCESSIBLE_READ | GSS_S_BAD_NAME;