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:
parent
876e926c0c
commit
75faf7765b
@ -7381,6 +7381,8 @@ WERROR _spoolss_GetForm(pipes_struct *p,
|
||||
return WERR_BADFID;
|
||||
}
|
||||
|
||||
ZERO_STRUCT(form_1);
|
||||
|
||||
switch (level) {
|
||||
case 1:
|
||||
if (foundBuiltin) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user