(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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user