diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-06-09 10:33:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:53 -0500 |
commit | 46c231f1c8ce0f67c13f5545f080636c9e252364 (patch) | |
tree | 841d61d7fb7e0a4b9e1c7891fd57893b950376c1 | |
parent | 1d0117c5193fec7c5a02909e2700fb6101da380d (diff) | |
download | samba-46c231f1c8ce0f67c13f5545f080636c9e252364.tar.gz samba-46c231f1c8ce0f67c13f5545f080636c9e252364.tar.bz2 samba-46c231f1c8ce0f67c13f5545f080636c9e252364.zip |
r7435: Another little step, sorry for the spam... :-)
(This used to be commit 96d9b7fc988405a0d771b778e95a9f60b1efe514)
-rw-r--r-- | source4/libcli/composite/fsinfo.c | 4 |
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); } /* |