[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Sep 26 23:58:02 MDT 2012


The branch, master has been updated
       via  aad669b s3: Fix some blank line endings
      from  965a2fb Revert "smb.conf(5): Remove 'idmap config' documentation - the parameter has"

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


- Log -----------------------------------------------------------------
commit aad669b53eca99f86c2e630bf3f2e9f594fed9c1
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Sep 26 16:53:48 2012 -0700

    s3: Fix some blank line endings
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Sep 27 07:57:03 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index eab62a7..eba5b09 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    Winbind daemon for ntdom nss module
@@ -216,7 +216,7 @@ static void winbindd_stdin_handler(struct tevent_context *ev,
 	char c;
 	if (read(0, &c, 1) != 1) {
 		bool *is_parent = talloc_get_type_abort(private_data, bool);
-		
+
 		/* we have reached EOF on stdin, which means the
 		   parent has exited. Shutdown the server */
 		DEBUG(0,("EOF on stdin (is_parent=%d)\n",
@@ -282,7 +282,7 @@ bool winbindd_setup_stdin_handler(bool parent, bool foreground)
 		if (!is_parent) {
 			return false;
 		}
-		
+
 		*is_parent = parent;
 
 		/* if we are running in the foreground then look for
@@ -291,7 +291,7 @@ bool winbindd_setup_stdin_handler(bool parent, bool foreground)
 		*/
 		tevent_add_fd(winbind_event_context(), is_parent, 0, TEVENT_FD_READ, winbindd_stdin_handler, is_parent);
 	}
-	
+
 	return true;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list