[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-685-g07a8ad7

Volker Lendecke vlendec at samba.org
Mon Feb 9 19:19:30 GMT 2009


The branch, master has been updated
       via  07a8ad711b3ff0e922db9e6ba274594ef4c27b90 (commit)
      from  4f29e8a75c7ea63601724be2fd63eb776f839fde (commit)

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


- Log -----------------------------------------------------------------
commit 07a8ad711b3ff0e922db9e6ba274594ef4c27b90
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Feb 9 20:18:57 2009 +0100

    Attempt to fix the build

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

Summary of changes:
 source3/utils/net_rpc_printer.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c
index e74524b..a40d5ca 100644
--- a/source3/utils/net_rpc_printer.c
+++ b/source3/utils/net_rpc_printer.c
@@ -738,23 +738,23 @@ static bool net_spoolss_open_printer_ex(struct rpc_pipe_client *pipe_hnd,
 	/* open printer */
 	result = rpccli_spoolss_open_printer_ex(pipe_hnd, mem_ctx, printername2,
 			"", access_required,
-			pipe_hnd->csrv_name_slash, username, hnd);
+			pipe_hnd->srv_name_slash, username, hnd);
 
 	/* be more verbose */
 	if (W_ERROR_V(result) == W_ERROR_V(WERR_ACCESS_DENIED)) {
 		d_fprintf(stderr, "no access to printer [%s] on [%s] for user [%s] granted\n",
-			printername2, pipe_hnd->csrv_name_slash, username);
+			printername2, pipe_hnd->srv_name_slash, username);
 		return false;
 	}
 
 	if (!W_ERROR_IS_OK(result)) {
 		d_fprintf(stderr, "cannot open printer %s on server %s: %s\n",
-			printername2, pipe_hnd->csrv_name_slash, win_errstr(result));
+			printername2, pipe_hnd->srv_name_slash, win_errstr(result));
 		return false;
 	}
 
 	DEBUG(2,("got printer handle for printer: %s, server: %s\n",
-		printername2, pipe_hnd->csrv_name_slash));
+		printername2, pipe_hnd->srv_name_slash));
 
 	return true;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list