1
0
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:
Günther Deschner 2009-02-06 19:23:55 +01:00
parent 88f09a8353
commit 126d444367

View File

@ -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;