summaryrefslogtreecommitdiff
path: root/source4/libcli/composite
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-06-09 08:45:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:52 -0500
commit09753bf20a2d5c7c0b101e05f2178ca1d2e52283 (patch)
tree4bd9114cb88ae38199f7c7b4f74bf0b06f67fa7e /source4/libcli/composite
parent70c3a8a2a8f2ff8736d5e1ad245ac012c57b0f1d (diff)
downloadsamba-09753bf20a2d5c7c0b101e05f2178ca1d2e52283.tar.gz
samba-09753bf20a2d5c7c0b101e05f2178ca1d2e52283.tar.bz2
samba-09753bf20a2d5c7c0b101e05f2178ca1d2e52283.zip
r7430: Next step in AIX build
(This used to be commit 43e1bd870d9d7ca67e0ce1d2d1a1589aad41d770)
Diffstat (limited to 'source4/libcli/composite')
-rw-r--r--source4/libcli/composite/connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/composite/connect.c b/source4/libcli/composite/connect.c
index 526eee8cb8..9e33a2f7db 100644
--- a/source4/libcli/composite/connect.c
+++ b/source4/libcli/composite/connect.c
@@ -308,7 +308,7 @@ static void request_handler(struct smbcli_request *req)
{
struct composite_context *c = talloc_get_type(req->async.private,
struct composite_context);
- return state_handler(c);
+ state_handler(c);
}
/*
@@ -318,7 +318,7 @@ static void composite_handler(struct composite_context *req)
{
struct composite_context *c = talloc_get_type(req->async.private,
struct composite_context);
- return state_handler(c);
+ state_handler(c);
}
/*