[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Aug 28 06:15:00 MDT 2010


The branch, master has been updated
       via  460597d s3: Fix some DEBUGs
      from  755ef5c s3: Remove smbd_server_fd() from set_local_machine_name()

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


- Log -----------------------------------------------------------------
commit 460597dea16f2b5f8a4f9c6cf54b8c26bf94ed6d
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Aug 28 14:13:54 2010 +0200

    s3: Fix some DEBUGs

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

Summary of changes:
 source3/lib/util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/util.c b/source3/lib/util.c
index 8bea36b..644f183 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -222,13 +222,13 @@ bool init_names(void)
 
 	if (global_myname() == NULL || *global_myname() == '\0') {
 		if (!set_global_myname(myhostname())) {
-			DEBUG( 0, ( "init_structs: malloc fail.\n" ) );
+			DEBUG( 0, ( "init_names: malloc fail.\n" ) );
 			return False;
 		}
 	}
 
 	if (!set_netbios_aliases(lp_netbios_aliases())) {
-		DEBUG( 0, ( "init_structs: malloc fail.\n" ) );
+		DEBUG( 0, ( "init_names: malloc fail.\n" ) );
 		return False;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list