[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Dec 9 05:38:01 MST 2011


The branch, master has been updated
       via  ad5d315 s3-dbwrap: Fix a typo
      from  1b741b2 s4:dsdb/common/util.c - test LDB result against LDB_SUCCESS as we are always doing

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


- Log -----------------------------------------------------------------
commit ad5d3153226d0d24788dfde2007a93f019cc6c0d
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Dec 9 11:12:59 2011 +0100

    s3-dbwrap: Fix a typo
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Fri Dec  9 13:37:51 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap/dbwrap.c b/source3/lib/dbwrap/dbwrap.c
index 83c02f5..a806c6a 100644
--- a/source3/lib/dbwrap/dbwrap.c
+++ b/source3/lib/dbwrap/dbwrap.c
@@ -87,7 +87,7 @@ static int delete_record(struct db_record *rec, void *data)
 }
 
 /*
- * Fallback wipe ipmlementation using traverse and delete if no genuine
+ * Fallback wipe implementation using traverse and delete if no genuine
  * wipe operation is provided
  */
 static int dbwrap_fallback_wipe(struct db_context *db)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list