s3:torture: Fix spoolss test to build with -O3
authorAndreas Schneider <asn@samba.org>
Wed, 9 Aug 2017 06:23:29 +0000 (08:23 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 9 Aug 2017 07:49:08 +0000 (09:49 +0200)
commit1c3b678e7dc7481cf2e97cdf136358d5fe53d9d3
tree7d36a8ac4bd44aa3f2c6596f7c0b400b5ea98610
parentb5283c70e3924730b567772105ec6056831a6b53
s3:torture: Fix spoolss test to build with -O3

Initialize variables so that we do not get a build warning that they
might be used uninitilized.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12930

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/torture/rpc/spoolss.c