mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
Pass level keyword down to cli_spoolss_getform()
This commit is contained in:
@ -102,7 +102,7 @@ PyObject *spoolss_hnd_getform(PyObject *self, PyObject *args, PyObject *kw)
|
||||
/* Call rpc function */
|
||||
|
||||
werror = cli_spoolss_getform(hnd->cli, hnd->mem_ctx, 0, &needed,
|
||||
&hnd->pol, form_name, 1, &form);
|
||||
&hnd->pol, form_name, level, &form);
|
||||
|
||||
if (W_ERROR_V(werror) == ERRinsufficientbuffer)
|
||||
werror = cli_spoolss_getform(
|
||||
|
Reference in New Issue
Block a user