The branch, master has been updated
       via  76a084f... s3-winbindd: Fix child logfile handling which broke with 
c67cff0372.
      from  0da5e15... s3-winbindd: route samr chgpwd ops for own domain over 
internal samr pipe as well.

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


- Log -----------------------------------------------------------------
commit 76a084feeec208aff2bbfaa45c134592c1719600
Author: Günther Deschner <g...@samba.org>
Date:   Wed Jul 7 17:01:09 2010 +0200

    s3-winbindd: Fix child logfile handling which broke with c67cff0372.
    
    Andreas, please check.
    
    Guenther

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

Summary of changes:
 source3/winbindd/winbindd_dual.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 277b174..ed8eb13 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -407,7 +407,7 @@ void setup_child(struct winbindd_domain *domain, struct 
winbindd_child *child,
        if (logprefix && logname) {
                char *logbase = NULL;
 
-               if (lp_logfile()) {
+               if (*lp_logfile()) {
                        char *end = NULL;
 
                        if (asprintf(&logbase, "%s", lp_logfile()) < 0) {


-- 
Samba Shared Repository

Reply via email to