[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Jul 28 12:15:01 MDT 2010


The branch, master has been updated
       via  44add99... s3: Fix cli_qpathinfo2
      from  c4b3c9e... smbd: Fix build warning

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


- Log -----------------------------------------------------------------
commit 44add9952e5375f2858b26a2f676be49b70d839a
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jul 28 20:09:48 2010 +0200

    s3: Fix cli_qpathinfo2
    
    Does not fix the DIR_CREATETIME test, but it is definitely an error.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clirap.c b/source3/libsmb/clirap.c
index 56d6375..df37894 100644
--- a/source3/libsmb/clirap.c
+++ b/source3/libsmb/clirap.c
@@ -886,7 +886,7 @@ NTSTATUS cli_qpathinfo2(struct cli_state *cli, const char *fname,
 	if (!tevent_req_poll_ntstatus(req, ev, &status)) {
 		goto fail;
 	}
-	status = cli_qpathinfo2_recv(req, change_time, access_time,
+	status = cli_qpathinfo2_recv(req, create_time, access_time,
 				     write_time, change_time, size, mode, ino);
  fail:
 	TALLOC_FREE(frame);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list