The branch, master has been updated
       via  8693ae7... s3: Fix a typo
      from  e1e2195... s4:torture/rpc: rename rpc.h => torture_rpc.h

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


- Log -----------------------------------------------------------------
commit 8693ae741c98b42a900d1f3b529326cca56297c9
Author: Volker Lendecke <[email protected]>
Date:   Wed Apr 14 21:48:38 2010 +0200

    s3: Fix a typo

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

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


Changeset truncated at 500 lines:

diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c
index ee8d752..896ad45 100644
--- a/source3/groupdb/mapping_tdb.c
+++ b/source3/groupdb/mapping_tdb.c
@@ -968,7 +968,7 @@ static bool mapping_switch(const char *ldb_path)
        return True;
 
 failed:
-       DEBUG(0,("Failed to swith to tdb group mapping database\n"));
+       DEBUG(0, ("Failed to switch to tdb group mapping database\n"));
        if (ltdb) tdb_close(ltdb);
        TALLOC_FREE(frame);
        return False;


-- 
Samba Shared Repository

Reply via email to