[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Aug 3 09:49:03 MDT 2011


The branch, master has been updated
       via  98f9c88 s3-printing: fix some build warnings in queue_process.c
      from  fec25c3 ntlmssp: Add ntlmssp_blob_matches_magic()

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


- Log -----------------------------------------------------------------
commit 98f9c88e930597b9eac70cc84459f0f56c4047bd
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 3 12:59:17 2011 +0200

    s3-printing: fix some build warnings in queue_process.c
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed Aug  3 17:48:33 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c
index 791f2d7..48e5f77 100644
--- a/source3/printing/queue_process.c
+++ b/source3/printing/queue_process.c
@@ -25,6 +25,7 @@
 #include "include/messages.h"
 #include "printing.h"
 #include "printing/pcap.h"
+#include "printing/queue_process.h"
 #include "serverid.h"
 #include "locking/proto.h"
 #include "smbd/proto.h"
@@ -86,7 +87,7 @@ static void bq_sig_term_handler(struct tevent_context *ev,
 	exit_server_cleanly("termination signal");
 }
 
-void bq_setup_sig_term_handler(void)
+static void bq_setup_sig_term_handler(void)
 {
 	struct tevent_signal *se;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list