[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Nov 2 07:14:02 MDT 2010


The branch, master has been updated
       via  4622f2e s3: Fix a typo in a DEBUG msg
      from  102e5d1 MAINTAINERS: add myself as maintainer for tevent and tsocket

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


- Log -----------------------------------------------------------------
commit 4622f2e926acf0bc50237f396b3f629ccd5326ec
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Nov 2 13:09:50 2010 +0100

    s3: Fix a typo in a DEBUG msg
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Tue Nov  2 13:13:39 UTC 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 778cfda..6d2ab8e 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -197,7 +197,7 @@ static bool idmap_tdb_upgrade(struct idmap_domain *dom, struct db_context *db)
 	}
 
 	if (dbwrap_store_int32(db, "IDMAP_VERSION", IDMAP_VERSION) == -1) {
-		DEBUG(0, ("Unable to store idmap version in databse\n"));
+		DEBUG(0, ("Unable to store idmap version in database\n"));
 		return False;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list