[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Wed Apr 2 09:12:03 MDT 2014


The branch, master has been updated
       via  1dba07d dlinklist: Fix a typo
      from  8175e98 selftest: Rename wbinfo_s3 to wbinfo_simple and reorder code for clarity

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


- Log -----------------------------------------------------------------
commit 1dba07db0d3d511ce7c3a10ad3c2e3d0994615dd
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Apr 2 14:52:01 2014 +0200

    dlinklist: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Wed Apr  2 17:11:37 CEST 2014 on sn-devel-104

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

Summary of changes:
 ctdb/lib/tevent/tevent_util.h |    2 +-
 ctdb/lib/util/dlinklist.h     |    2 +-
 lib/ldb/include/dlinklist.h   |    2 +-
 lib/tevent/tevent_util.h      |    2 +-
 lib/util/dlinklist.h          |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/lib/tevent/tevent_util.h b/ctdb/lib/tevent/tevent_util.h
index 311be60..6f91983 100644
--- a/ctdb/lib/tevent/tevent_util.h
+++ b/ctdb/lib/tevent/tevent_util.h
@@ -142,7 +142,7 @@ do { \
 	} \
 } while (0)
 
-/* promote an element to the from of a list */
+/* promote an element to the front of a list */
 #define DLIST_PROMOTE(list, p) \
 do { \
           DLIST_REMOVE(list, p); \
diff --git a/ctdb/lib/util/dlinklist.h b/ctdb/lib/util/dlinklist.h
index 6d525f9..5520901 100644
--- a/ctdb/lib/util/dlinklist.h
+++ b/ctdb/lib/util/dlinklist.h
@@ -142,7 +142,7 @@ do { \
 	} \
 } while (0)
 
-/* promote an element to the from of a list */
+/* promote an element to the front of a list */
 #define DLIST_PROMOTE(list, p) \
 do { \
           DLIST_REMOVE(list, p); \
diff --git a/lib/ldb/include/dlinklist.h b/lib/ldb/include/dlinklist.h
index 1c577bb..f640b0f 100644
--- a/lib/ldb/include/dlinklist.h
+++ b/lib/ldb/include/dlinklist.h
@@ -146,7 +146,7 @@ do { \
 	} \
 } while (0)
 
-/* promote an element to the from of a list */
+/* promote an element to the front of a list */
 #define DLIST_PROMOTE(list, p) \
 do { \
           DLIST_REMOVE(list, p); \
diff --git a/lib/tevent/tevent_util.h b/lib/tevent/tevent_util.h
index 311be60..6f91983 100644
--- a/lib/tevent/tevent_util.h
+++ b/lib/tevent/tevent_util.h
@@ -142,7 +142,7 @@ do { \
 	} \
 } while (0)
 
-/* promote an element to the from of a list */
+/* promote an element to the front of a list */
 #define DLIST_PROMOTE(list, p) \
 do { \
           DLIST_REMOVE(list, p); \
diff --git a/lib/util/dlinklist.h b/lib/util/dlinklist.h
index 6d525f9..5520901 100644
--- a/lib/util/dlinklist.h
+++ b/lib/util/dlinklist.h
@@ -142,7 +142,7 @@ do { \
 	} \
 } while (0)
 
-/* promote an element to the from of a list */
+/* promote an element to the front of a list */
 #define DLIST_PROMOTE(list, p) \
 do { \
           DLIST_REMOVE(list, p); \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list