mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
s3-spoolss: call the correct get_pipe_fns function in proxy_spoolss_call().
Guenther
This commit is contained in:
parent
88f09a8353
commit
126d444367
@ -35,7 +35,7 @@ static bool proxy_spoolss_call(pipes_struct *p, uint8_t opnum)
|
||||
struct api_struct *fns;
|
||||
int n_fns;
|
||||
|
||||
spoolss2_get_pipe_fns(&fns, &n_fns);
|
||||
spoolss_get_pipe_fns(&fns, &n_fns);
|
||||
|
||||
if (opnum >= n_fns) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user