The branch, master has been updated
       via  8a6f91c910c5f26eef10e959ae8a36a02099cad0 (commit)
      from  191152daa1384435746baf0062864a5d6f10cce3 (commit)

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


- Log -----------------------------------------------------------------
commit 8a6f91c910c5f26eef10e959ae8a36a02099cad0
Author: Stefan Metzmacher <[email protected]>
Date:   Sun Mar 22 12:19:56 2009 +0100

    LDAP-CLDAP: remove temporary debug statements...
    
    metze

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

Summary of changes:
 source4/torture/ldap/cldap.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/ldap/cldap.c b/source4/torture/ldap/cldap.c
index 9866928..814c9ac 100644
--- a/source4/torture/ldap/cldap.c
+++ b/source4/torture/ldap/cldap.c
@@ -59,8 +59,8 @@ static bool test_cldap_netlogon(struct torture_context *tctx, 
const char *dest)
        CHECK_STATUS(status, NT_STATUS_OK);
 
        ZERO_STRUCT(search);
-       search.in.dest_address = NULL;//dest;
-       search.in.dest_port = 0;//lp_cldap_port(tctx->lp_ctx);
+       search.in.dest_address = NULL;
+       search.in.dest_port = 0;
        search.in.acct_control = -1;
        search.in.version = NETLOGON_NT_VERSION_5 | NETLOGON_NT_VERSION_5EX;
        search.in.map_response = true;


-- 
Samba Shared Repository

Reply via email to