[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Apr 13 20:13:45 MDT 2010


The branch, master has been updated
       via  74c4c7f... Don't set "requested_posix_capabilities" in the sync code, already done in the async.
      from  a1e0e1c... Add basic DFS tests.

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


- Log -----------------------------------------------------------------
commit 74c4c7fe4f8ed9479a126d1217dfcc084ff31791
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Apr 13 19:12:43 2010 -0700

    Don't set "requested_posix_capabilities" in the sync code, already done in the async.
    
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clifsinfo.c b/source3/libsmb/clifsinfo.c
index b8430a5..2f5f31a 100644
--- a/source3/libsmb/clifsinfo.c
+++ b/source3/libsmb/clifsinfo.c
@@ -255,8 +255,6 @@ fail:
 	TALLOC_FREE(ev);
 	if (!NT_STATUS_IS_OK(status)) {
 		cli_set_error(cli, status);
-	} else {
-		cli->requested_posix_capabilities = caplow;
 	}
 	return status;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list