s3-spoolss: call the correct get_pipe_fns function in proxy_spoolss_call().
authorGünther Deschner <gd@samba.org>
Fri, 6 Feb 2009 18:23:55 +0000 (19:23 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 6 Feb 2009 18:23:55 +0000 (19:23 +0100)
Guenther

source3/rpc_server/srv_spoolss.c

index 1f2534293a5527f89531707c41755aabf3738052..24d4049ef85ca220f1114bde3031415a3bc7ec18 100644 (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;