The branch, master has been updated
       via  9e88b57... s3: Fix typos
      from  6598d6d... s4:rpc_server/lsa: better include a .h file don't 
include a .c file

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


- Log -----------------------------------------------------------------
commit 9e88b57407fc9d201277a70226a6be3fb713ae39
Author: Volker Lendecke <[email protected]>
Date:   Sat Aug 7 18:27:36 2010 +0200

    s3: Fix typos

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_spoolss_nt.c 
b/source3/rpc_server/srv_spoolss_nt.c
index 89b9e7a..5a25a2c 100644
--- a/source3/rpc_server/srv_spoolss_nt.c
+++ b/source3/rpc_server/srv_spoolss_nt.c
@@ -172,7 +172,7 @@ static void srv_spoolss_replycloseprinter(int snum, struct 
policy_handle *handle
        if (!print_notify_deregister_pid(snum))
                DEBUG(0,("print_notify_register_pid: Failed to register our pid 
for printer %s\n", lp_const_servicename(snum) ));
 
-       /* weird if the test succeds !!! */
+       /* weird if the test succeeds !!! */
        if (smb_connections==0) {
                DEBUG(0,("srv_spoolss_replycloseprinter:Trying to close 
non-existant notify backchannel !\n"));
                return;
@@ -189,7 +189,10 @@ static void srv_spoolss_replycloseprinter(int snum, struct 
policy_handle *handle
        if (smb_connections==1) {
 
                cli_shutdown( rpc_pipe_np_smb_conn(notify_cli_pipe) );
-               notify_cli_pipe = NULL; /* The above call shuts downn the pipe 
also. */
+               /*
+                * The above call shuts down the pipe also.
+                */
+               notify_cli_pipe = NULL;
 
                messaging_deregister(smbd_messaging_context(),
                                     MSG_PRINTER_NOTIFY2, NULL);


-- 
Samba Shared Repository

Reply via email to