[SCM] Samba Shared Repository - branch v4-3-test updated

Stefan Metzmacher metze at samba.org
Mon Aug 24 15:22:04 UTC 2015


The branch, v4-3-test has been updated
       via  02d549a replace: Fix bug 11455
      from  610de62 WHATSNEW: Prepare release notes for Samba 4.3.0rc4

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-3-test


- Log -----------------------------------------------------------------
commit 02d549ab4da7b9689f22dd719bdd8b9d66f61d60
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Aug 18 20:57:27 2015 +0200

    replace: Fix bug 11455
    
    Don't call rep_strtoull recursively
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=11455
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Wed Aug 19 11:22:38 CEST 2015 on sn-devel-104
    
    (cherry picked from commit 62d08ea715d1664a7600250abbd1dc83f3a33a4c)
    
    Autobuild-User(v4-3-test): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(v4-3-test): Mon Aug 24 17:21:13 CEST 2015 on sn-devel-104

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

Summary of changes:
 lib/replace/replace.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.c b/lib/replace/replace.c
index 0806ce3..798990a 100644
--- a/lib/replace/replace.c
+++ b/lib/replace/replace.c
@@ -538,6 +538,7 @@ long long int rep_strtoll(const char *str, char **endptr, int base)
 }
 #else
 #ifdef HAVE_BSD_STRTOLL
+#undef strtoll
 long long int rep_strtoll(const char *str, char **endptr, int base)
 {
 	long long int nb = strtoll(str, endptr, base);


-- 
Samba Shared Repository



More information about the samba-cvs mailing list