remove debugging statement
[moonshot.git] / mech_eap / map_name_to_any.c
index afd6b37..6f952e3 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
@@ -50,8 +50,7 @@ gss_map_name_to_any(OM_uint32 *minor,
 
     GSSEAP_MUTEX_LOCK(&name->mutex);
 
-    major = samlMapNameToAny(minor, name->samlCtx, authenticated,
-                             type_id, output);
+    major = gssEapMapNameToAny(minor, name, authenticated, type_id, output);
 
     GSSEAP_MUTEX_UNLOCK(&name->mutex);