s3: Fix some format string warnings
commitb709589445820ae8b30e9554c08ca205c3b946f1
authorVolker Lendecke <vl@samba.org>
Sat, 3 Mar 2012 20:37:13 +0000 (3 21:37 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 6 Mar 2012 09:38:32 +0000 (6 10:38 +0100)
treef310170e6c96c8dd9bc819d74452309cf7204e15
parentf033c221f8f459759aee259be8f52a79fd7e8f3f
s3: Fix some format string warnings

We were printing nmb->header.name_trn_id with %hu, which denotes a
short. However, header.name_trn_id is an int for the better or
worse.
source3/nmbd/nmbd_packets.c