[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-581-g126d444

Günther Deschner gd at samba.org
Fri Feb 6 18:24:58 GMT 2009


The branch, master has been updated
       via  126d44436765746dd74258a217d66e9885bc396d (commit)
      from  88f09a8353597b72885838dfdc61b7631ae0192f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 126d44436765746dd74258a217d66e9885bc396d
Author: Günther Deschner <gd at samba.org>
Date:   Fri Feb 6 19:23:55 2009 +0100

    s3-spoolss: call the correct get_pipe_fns function in proxy_spoolss_call().
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/srv_spoolss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_spoolss.c b/source3/rpc_server/srv_spoolss.c
index 1f25342..24d4049 100644
--- a/source3/rpc_server/srv_spoolss.c
+++ b/source3/rpc_server/srv_spoolss.c
@@ -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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list