[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-203-gba482e6

Michael Adam obnox at samba.org
Thu Jan 29 14:40:51 GMT 2009


The branch, master has been updated
       via  ba482e6b8d375449bcce52bfa383b95046d89fc1 (commit)
      from  3ee1acdc8eea0a84131066eaca927dc2ffa238bb (commit)

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


- Log -----------------------------------------------------------------
commit ba482e6b8d375449bcce52bfa383b95046d89fc1
Author: Michael Adam <obnox at samba.org>
Date:   Thu Jan 29 15:42:10 2009 +0100

    s3:smbd: make smbd_open_one_socket() static
    
    Michael

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

Summary of changes:
 source3/smbd/server.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 474c5b2..5f6783e 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -423,9 +423,9 @@ static void smbd_accept_connection(struct tevent_context *ev,
 	force_check_log_size();
 }
 
-bool smbd_open_one_socket(struct smbd_parent_context *parent,
-			  const struct sockaddr_storage *ifss,
-			  uint16_t port)
+static bool smbd_open_one_socket(struct smbd_parent_context *parent,
+				 const struct sockaddr_storage *ifss,
+				 uint16_t port)
 {
 	struct smbd_open_socket *s;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list