1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7435: Another little step, sorry for the spam... :-)

This commit is contained in:
Volker Lendecke 2005-06-09 10:33:20 +00:00 committed by Gerald (Jerry) Carter
parent 38e5198b11
commit 96d9b7fc98

View File

@ -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);
}
/*