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

Karolin Seeger kseeger at samba.org
Thu Sep 22 14:00:01 MDT 2011


The branch, v3-6-test has been updated
       via  c0156d6 s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
      from  9bbb3a8 Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy dialects

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


- Log -----------------------------------------------------------------
commit c0156d6a4059f42e6fefaec5ddbec92129d5a180
Author: Günther Deschner <gd at samba.org>
Date:   Thu Aug 25 13:39:25 2011 +0200

    s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
    
    Guenther
    (cherry picked from commit e00a6c40bf13d9c1225022129e4cb1d617aa49bf)

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

Summary of changes:
 source3/registry/reg_format.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/registry/reg_format.c b/source3/registry/reg_format.c
index f2b0846..658076c 100644
--- a/source3/registry/reg_format.c
+++ b/source3/registry/reg_format.c
@@ -24,6 +24,7 @@
  * @date   Sep 2010
  */
 
+#include "includes.h"
 #include "reg_format.h"
 #include "reg_parse.h"
 #include "reg_parse_internal.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list