Windows likes little endian, so lets use that.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21174 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -51,6 +51,7 @@ _krb5_s4u2self_to_checksumdata(krb5_context context,
|
||||
krb5_clear_error_string(context);
|
||||
return ENOMEM;
|
||||
}
|
||||
krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE);
|
||||
ret = krb5_store_int32(sp, self->name.name_type);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
Reference in New Issue
Block a user