(krb5_store_uint16): change parameter to match function name

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17432 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2006-05-04 11:45:00 +00:00
parent c9a10c7d6a
commit a0be47c4ec

View File

@@ -238,7 +238,7 @@ krb5_store_int16(krb5_storage *sp,
krb5_error_code KRB5_LIB_FUNCTION
krb5_store_uint16(krb5_storage *sp,
uint8_t value)
uint16_t value)
{
return krb5_store_int16(sp, (uint16_t)value);
}