GS2 helpers
[mech_eap.git] / export_name_composite.c
index 6c4fef2..7b094f6 100644 (file)
@@ -43,5 +43,6 @@ gss_export_name_composite(OM_uint32 *minor,
     }
 
     return gssEapExportNameInternal(minor, input_name, exported_name,
-                                    EXPORT_NAME_FLAG_OID | EXPORT_NAME_FLAG_ATTRS);
+                                    EXPORT_NAME_FLAG_OID |
+                                    EXPORT_NAME_FLAG_COMPOSITE);
 }