The branch, master has been updated
       via  c531d00... s3: Fix bug 7052: "DFS broken on AIX (maybe others)"
      from  9b4b9d2... s3: Initialize the seqnum in "init_smb_request"

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


- Log -----------------------------------------------------------------
commit c531d00ab4444db19ff6ba4c60ebdcc8319949c6
Author: William Jojo <[email protected]>
Date:   Thu Jan 21 14:21:03 2010 +0100

    s3: Fix bug 7052: "DFS broken on AIX (maybe others)"

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

Summary of changes:
 tests/readlink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tests/readlink.c b/tests/readlink.c
index a07e62a..3784288 100644
--- a/tests/readlink.c
+++ b/tests/readlink.c
@@ -13,7 +13,7 @@
 
 main()
 {
-       int buf[7];
+       char buf[7];
        int ret;
        ssize_t rl_ret;
 


-- 
Samba Shared Repository

Reply via email to