[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-116-g606aacd

Karolin Seeger kseeger at samba.org
Tue Mar 18 16:18:19 GMT 2008


The branch, v3-2-stable has been updated
       via  606aacd66f9a1072ef7abe95cdaed5e277997e41 (commit)
      from  640ceff3bb19cf0ebaea2d1153f68665f655f78e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable


- Log -----------------------------------------------------------------
commit 606aacd66f9a1072ef7abe95cdaed5e277997e41
Author: Andrew Tridgell <tridge at samba.org>
Date:   Sat Jun 2 15:38:09 2007 +1000

    [samba-3-0-ctdb.tridge @ tridge at samba.org-20070602053809-kpw5kjkcyjs8yjbl]
    suppress that darn message
    (cherry picked from commit 542e46a21898f6fcc8a0aeb63925607a60e0b99f)
    (cherry picked from commit 5e8c624c9c9775f255632717e6898d5f190ba51b)

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/server.c b/source/smbd/server.c
index 7bf11ab..50c84f9 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -676,7 +676,7 @@ static bool open_sockets_smbd(bool is_daemon, bool interactive, const char *smb_
 				continue;
 
 			if (smbd_server_fd() == -1) {
-				DEBUG(0,("open_sockets_smbd: accept: %s\n",
+				DEBUG(2,("open_sockets_smbd: accept: %s\n",
 					 strerror(errno)));
 				continue;
 			}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list