lib: Fix printing a short into portstr
commitccb63bb0aae60f4d2286dc0bd01656602a087308
authorAndreas Schneider <asn@samba.org>
Fri, 11 Aug 2017 05:57:38 +0000 (11 07:57 +0200)
committerNico Williams <nico@cryptonector.com>
Mon, 25 Sep 2017 23:16:18 +0000 (25 18:16 -0500)
tree0d23a6261459247e7fe80125d6d06e3e84ff56f9
parenta79b59ba27070a015479e8d981b7e685dbe34310
lib: Fix printing a short into portstr

The size of portstr is too small to print an integer and we should print
a short anyway.

This fixes building with GCC 7.1
lib/krb5/krbhst.c