1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

s3-spoolss: Fix uninitialised variable warning.

Guenther
This commit is contained in:
Günther Deschner 2009-02-11 22:34:41 +01:00
parent 876e926c0c
commit 75faf7765b

View File

@ -7381,6 +7381,8 @@ WERROR _spoolss_GetForm(pipes_struct *p,
return WERR_BADFID;
}
ZERO_STRUCT(form_1);
switch (level) {
case 1:
if (foundBuiltin) {