The branch, master has been updated
       via  d378c85 winbind: Fix a typo in a wrong comment...
       via  0fa9f34 examples/perfcounter/perf_writer.c: fix memset
      from  3cc3406 winbind: Remove unused idmap_backends_unixid_to_sid

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


- Log -----------------------------------------------------------------
commit d378c85f7a51936e78908c2e26552b95e87302c8
Author: Volker Lendecke <v...@samba.org>
Date:   Tue Mar 29 14:49:17 2016 +0200

    winbind: Fix a typo in a wrong comment...
    
    While trying to disentangle this knot I could not stand to fix the obvious
    typo. The whole comment is not really the whole story anymore, but that's a
    commit for another day.
    
    Signed-off-by: Volker Lendecke <v...@samba.org>
    Reviewed-by: Jeremy Allison <j...@samba.org>
    
    Autobuild-User(master): Jeremy Allison <j...@samba.org>
    Autobuild-Date(master): Wed Mar 30 21:54:40 CEST 2016 on sn-devel-144

commit 0fa9f347fd401baad6e2b65d5e4706f458cf5ba4
Author: Aurelien Aptel <aap...@suse.com>
Date:   Tue Mar 29 17:30:36 2016 +0200

    examples/perfcounter/perf_writer.c: fix memset
    
    Signed-off-by: Aurelien Aptel <aap...@suse.com>
    Reviewed-by: Jeremy Allison <j...@samba.org>
    Reviewed-by: Andreas Schneider <a...@samba.org>

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

Summary of changes:
 examples/perfcounter/perf_writer.c | 2 +-
 source3/winbindd/winbindd_cache.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/perfcounter/perf_writer.c 
b/examples/perfcounter/perf_writer.c
index 4260f95..054d9e8 100644
--- a/examples/perfcounter/perf_writer.c
+++ b/examples/perfcounter/perf_writer.c
@@ -77,7 +77,7 @@ void output_perf_desc(PerfCounter counter, RuntimeSettings rt)
 void initialize(PERF_DATA_BLOCK *data, RuntimeSettings *rt, int argc, char 
**argv)
 {
     memset(data, 0, sizeof(*data));
-    memset(rt, 0, sizeof(*data));
+    memset(rt, 0, sizeof(*rt));
 
     parse_flags(rt, argc, argv);
     setup_file_paths(rt);
diff --git a/source3/winbindd/winbindd_cache.c 
b/source3/winbindd/winbindd_cache.c
index cf3ed71..6123e96 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -137,7 +137,7 @@ static struct winbind_cache *get_cache(struct 
winbindd_domain *domain)
        }
 
        /* 
-          OK.  listen up becasue I'm only going to say this once.
+          OK.  Listen up because I'm only going to say this once.
           We have the following scenarios to consider
           (a) trusted AD domains on a Samba DC,
           (b) trusted AD domains and we are joined to a non-kerberos domain


-- 
Samba Shared Repository

Reply via email to