The branch, master has been updated
       via  2308ec7... s3:winbindd: Fix a brown paper bag bug in wbinfo -t ...
      from  74deee3... Rename reply_doserror() -> reply_force_doserror().

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


- Log -----------------------------------------------------------------
commit 2308ec70a53d3990ea98162bcbcc73326ef63687
Author: Volker Lendecke <[email protected]>
Date:   Mon Dec 21 22:34:55 2009 +0100

    s3:winbindd: Fix a brown paper bag bug in wbinfo -t ...

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_check_machine_acct.c 
b/source3/winbindd/winbindd_check_machine_acct.c
index 610e9ed..33b6d9f 100644
--- a/source3/winbindd/winbindd_check_machine_acct.c
+++ b/source3/winbindd/winbindd_check_machine_acct.c
@@ -42,7 +42,7 @@ struct tevent_req 
*winbindd_check_machine_acct_send(TALLOC_CTX *mem_ctx,
                return NULL;
        }
 
-       if (request->domain_name[0] == '0') {
+       if (request->domain_name[0] == '\0') {
                /* preserve old behavior, when no domain name is given */
                domain = find_our_domain();
        } else {


-- 
Samba Shared Repository

Reply via email to