spoolss: Fix CID 1414784 Uninitialized scalar variable
authorVolker Lendecke <vl@samba.org>
Tue, 11 Jul 2017 11:50:09 +0000 (13:50 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 12 Jul 2017 15:45:24 +0000 (17:45 +0200)
commit9c68f99654c851491a4fb499a358af6c400a8dea
tree40d7fd1f6bf4e287d13bcd669eb65b239d5ae412
parent3799a32e41134a2dff797ebeacf5abdb8d332e6e
spoolss: Fix CID 1414784 Uninitialized scalar variable

"struct tm" can contain more members than we explicitly initialize.

Initialize them all.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/rpc_client/init_spoolss.c