kdc: kdc_request_add_pac_buffer() make pactype unsigned
authorLuke Howard <lukeh@padl.com>
Sat, 22 Jan 2022 00:43:38 +0000 (11:43 +1100)
committerLuke Howard <lukeh@padl.com>
Sat, 22 Jan 2022 00:43:38 +0000 (11:43 +1100)
commit366878c23076d62fb60732c28dd1ca38fddc053b
treec92b31a557d07e5176bcb4d5720deba42af5dc89
parentdafbfa666ff580c62bb34738342c84f126b8d609
kdc: kdc_request_add_pac_buffer() make pactype unsigned

The pactype argument to kdc_request_add_pac_buffer() should be unsigned,
matching krb5_pac_add_buffer(). Reindent.
kdc/kdc-plugin.c