From 46c231f1c8ce0f67c13f5545f080636c9e252364 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 9 Jun 2005 10:33:20 +0000 Subject: r7435: Another little step, sorry for the spam... :-) (This used to be commit 96d9b7fc988405a0d771b778e95a9f60b1efe514) --- source4/libcli/composite/fsinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/libcli/composite') 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); } /* -- cgit