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:
parent
38e5198b11
commit
96d9b7fc98
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user