(prop_one): store the opcode in the begining of the blob, not the end

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-05-26 16:53:20 +00:00
parent d5a581b7fc
commit 08853058a8

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 - 2003 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 2004 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -282,7 +282,6 @@ prop_one (krb5_context context, HDB *db, hdb_entry *entry, void *v)
krb5_data_free (&data);
return ENOMEM;
}
krb5_storage_seek(sp, data.length - 4, SEEK_SET);
krb5_store_int32(sp, ONE_PRINC);
krb5_storage_free(sp);