[SCM] Samba Shared Repository - branch v3-6-test updated

Stefan Metzmacher metze at samba.org
Wed Jan 5 05:47:04 MST 2011


The branch, v3-6-test has been updated
       via  863330e talloc: Typo fix for api docs (cherry picked from commit 564830ef909b62be064590b865bde5d41a7ceac3)
      from  e47ced6 talloc: fixed a use after free error

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 863330e4affeb8866e758e22b99032656c09b311
Author: Brad Hards <bradh at frogmouth.net>
Date:   Tue Jan 4 08:42:20 2011 +1100

    talloc: Typo fix for api docs
    (cherry picked from commit 564830ef909b62be064590b865bde5d41a7ceac3)
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 lib/talloc/talloc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index bc5b0fa..5710861 100644
--- a/lib/talloc/talloc.h
+++ b/lib/talloc/talloc.h
@@ -1085,7 +1085,7 @@ void *talloc_reparent(const void *old_parent, const void *new_parent, const void
  * @endcode
  *
  * @see talloc()
- * @see talloc_array_zero()
+ * @see talloc_zero_array()
  */
 void *talloc_array(const void *ctx, #type, unsigned count);
 #else


-- 
Samba Shared Repository


More information about the samba-cvs mailing list