summaryrefslogtreecommitdiff
path: root/source4/libcli/composite
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-06-09 10:33:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:53 -0500
commit46c231f1c8ce0f67c13f5545f080636c9e252364 (patch)
tree841d61d7fb7e0a4b9e1c7891fd57893b950376c1 /source4/libcli/composite
parent1d0117c5193fec7c5a02909e2700fb6101da380d (diff)
downloadsamba-46c231f1c8ce0f67c13f5545f080636c9e252364.tar.gz
samba-46c231f1c8ce0f67c13f5545f080636c9e252364.tar.bz2
samba-46c231f1c8ce0f67c13f5545f080636c9e252364.zip
r7435: Another little step, sorry for the spam... :-)
(This used to be commit 96d9b7fc988405a0d771b778e95a9f60b1efe514)
Diffstat (limited to 'source4/libcli/composite')
-rw-r--r--source4/libcli/composite/fsinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/composite/fsinfo.c b/source4/libcli/composite/fsinfo.c
index 1ad8a18149..e0accbb6a6 100644
--- a/source4/libcli/composite/fsinfo.c
+++ b/source4/libcli/composite/fsinfo.c
@@ -111,14 +111,14 @@ static void fsinfo_raw_handler(struct smbcli_request *req)
{
struct composite_context *c = talloc_get_type(req->async.private,
struct composite_context);
- return fsinfo_state_handler(c);
+ fsinfo_state_handler(c);
}
static void fsinfo_composite_handler(struct composite_context *req)
{
struct composite_context *c = talloc_get_type(req->async.private,
struct composite_context);
- return fsinfo_state_handler(c);
+ fsinfo_state_handler(c);
}
/*