remove debugging statement
[moonshot.git] / mech_eap / import_name.c
index bceefcd..87f0830 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
  * SUCH DAMAGE.
  */
 
+/*
+ * Deserialise a name.
+ */
+
 #include "gssapiP_eap.h"
 
 OM_uint32
@@ -39,5 +43,5 @@ gss_import_name(OM_uint32 *minor,
                 gss_name_t *output_name)
 {
     return gssEapImportName(minor, import_name_buffer,
-                            input_name_type, output_name);
+                            input_name_type, GSS_C_NO_OID, output_name);
 }