diff options
author | William Jojo <w.jojo@hvcc.edu> | 2010-01-21 14:21:03 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-21 14:21:26 +0100 |
commit | c531d00ab4444db19ff6ba4c60ebdcc8319949c6 (patch) | |
tree | fdb0dbdea8cc620d877ce7fbcd41a7406f8e44f1 /tests | |
parent | 9b4b9d26f18a50028cbc9f593b44882b4dced809 (diff) | |
download | samba-c531d00ab4444db19ff6ba4c60ebdcc8319949c6.tar.gz |
s3: Fix bug 7052: "DFS broken on AIX (maybe others)"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/readlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readlink.c b/tests/readlink.c index a07e62aa754..3784288ba01 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; |