s4:torture: correctly cast printf() argument
authorRalph Wuerthner <ralph.wuerthner@de.ibm.com>
Thu, 12 Sep 2019 08:22:58 +0000 (10:22 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 12 Sep 2019 16:16:28 +0000 (16:16 +0000)
commit156eb9120e66fe58328decb035a4d926396f6a59
tree379948745368cbd17bc0a9371fe21a1b234dc958
parent35cd91ee4d8fcd1034787882fb2e2e2ab9f8bd34
s4:torture: correctly cast printf() argument

In most cases sattrib is passed as a long int literal. Avoid
compile errors by casting the value passed to printf().

Signed-off-by: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/smb2/create.c