[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sat Nov 27 11:10:01 MST 2010


The branch, master has been updated
       via  0b87782 MAINTAINERS.txt - fix typo
       via  d2560cd tdb:tdbstore.c - remove an useless '\'
      from  caa8a92 build: change compile flags on mac os x if we face pb with common symbols

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


- Log -----------------------------------------------------------------
commit 0b877824cbc48c20ae64873a50e0522da5a2fe4f
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Sat Nov 27 18:25:28 2010 +0100

    MAINTAINERS.txt - fix typo
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Sat Nov 27 19:09:29 CET 2010 on sn-devel-104

commit d2560cd7dc106d7853442133f237001f68bcb971
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Sat Nov 27 18:21:32 2010 +0100

    tdb:tdbstore.c - remove an useless '\'
    
    Discovered by a warning of the Tru64 host on the buildfarm.

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

Summary of changes:
 MAINTAINERS.txt            |    2 +-
 lib/tdb/tools/tdbrestore.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/MAINTAINERS.txt b/MAINTAINERS.txt
index 08e7626..88787b1 100644
--- a/MAINTAINERS.txt
+++ b/MAINTAINERS.txt
@@ -18,7 +18,7 @@ policy:
 
          If no maintainer is available for longer than a week
          discussion on the samba-technical list and review by 2
-         Samba-Team members is needed (e.g. Andrew Tridgell <tridge at samba.org
+         Samba-Team members is needed (e.g. Andrew Tridgell <tridge at samba.org>
          and Volker Lendecke <vl at samba.org>).
 
          Larger changes need also discussion on the samba-technical list
diff --git a/lib/tdb/tools/tdbrestore.c b/lib/tdb/tools/tdbrestore.c
index 485c440..601cd5e 100644
--- a/lib/tdb/tools/tdbrestore.c
+++ b/lib/tdb/tools/tdbrestore.c
@@ -39,7 +39,7 @@ static int read_linehead(FILE *f)
 		if (c == EOF) {
 			return -1;
 		}
-		if (c == '\(') {
+		if (c == '(') {
 			break;
 		}
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list