mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
fixed a bug handling multiple PDUs being read from a socket at one
time in the rpc server. started on the framework for the dcerpc authentication server code
This commit is contained in:
@@ -107,6 +107,8 @@ static void dcerpc_read_handler(struct event_context *ev, struct fd_event *fde,
|
||||
return;
|
||||
}
|
||||
|
||||
blob.length = ret;
|
||||
|
||||
dcesrv_input(r->dce, &blob);
|
||||
|
||||
data_blob_free(&blob);
|
||||
|
||||
Reference in New Issue
Block a user