[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Oct 15 18:04:54 MDT 2009


The branch, master has been updated
       via  8b247f3... s3-net: fix build warning (missing default in switch).
      from  5cc8959... Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind Jeremy.

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


- Log -----------------------------------------------------------------
commit 8b247f35389a899c805d018adb92f372e562a378
Author: Günther Deschner <gd at samba.org>
Date:   Fri Oct 16 01:59:08 2009 +0200

    s3-net: fix build warning (missing default in switch).
    
    Guenther

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

Summary of changes:
 source3/utils/net_rpc_join.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c
index d3a63d3..fd81205 100644
--- a/source3/utils/net_rpc_join.c
+++ b/source3/utils/net_rpc_join.c
@@ -186,6 +186,10 @@ int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv)
 		acb_info = ACB_DOMTRUST;
 		break;
 #endif
+	default:
+		DEBUG(0,("secure channel type %d not yet supported\n",
+			sec_channel_type));
+		break;
 	}
 
 	/* Make authenticated connection to remote machine */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list