[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Wed Apr 7 11:38:04 MDT 2010


The branch, master has been updated
       via  8ae956d... s4:winbind/wb_server.c - fix indentation
      from  40172f3... Test using (-1) for tid and sessionid in compound related requests.

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


- Log -----------------------------------------------------------------
commit 8ae956d7ba23b10e8fe17facc19f44d0ab167762
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Wed Apr 7 18:54:42 2010 +0200

    s4:winbind/wb_server.c - fix indentation

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

Summary of changes:
 source4/winbind/wb_server.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c
index 11f0bf0..4b31997 100644
--- a/source4/winbind/wb_server.c
+++ b/source4/winbind/wb_server.c
@@ -306,8 +306,8 @@ static void winbind_task_init(struct task_server *task)
 	listen_socket->socket_path 
 		= service->priv_socket_path 
 		= talloc_asprintf(listen_socket, "%s/%s", 
-							  lp_winbindd_privileged_socket_directory(task->lp_ctx), 
-							  WINBINDD_SAMBA3_SOCKET);
+				  lp_winbindd_privileged_socket_directory(task->lp_ctx),
+				  WINBINDD_SAMBA3_SOCKET);
 	if (!listen_socket->socket_path) goto nomem;
 	if (!listen_socket->socket_path) goto nomem;
 	listen_socket->service		= service;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list