summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-06-09 09:46:46 +0000
committerVolker Lendecke <vlendec@samba.org>2005-06-09 09:46:46 +0000
commitd6c93a1ffc922184e4e8895c6865fc921ab5d2df (patch)
tree6ba163c547505d80aaa7723da4b1deb00f4cb453
parentcf7937c6c71c82638823d63c87ed5bc9133f78b7 (diff)
downloadsamba-d6c93a1ffc922184e4e8895c6865fc921ab5d2df.tar.gz
samba-d6c93a1ffc922184e4e8895c6865fc921ab5d2df.tar.xz
samba-d6c93a1ffc922184e4e8895c6865fc921ab5d2df.zip
r7433: Another little AIX one...
-rw-r--r--source/libcli/composite/fetchfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libcli/composite/fetchfile.c b/source/libcli/composite/fetchfile.c
index fb9226985e9..c9e8321db21 100644
--- a/source/libcli/composite/fetchfile.c
+++ b/source/libcli/composite/fetchfile.c
@@ -117,7 +117,7 @@ static void fetchfile_composite_handler(struct composite_context *req)
{
struct composite_context *c = talloc_get_type(req->async.private,
struct composite_context);
- return fetchfile_state_handler(c);
+ fetchfile_state_handler(c);
}
struct composite_context *smb_composite_fetchfile_send(struct smb_composite_fetchfile *io,