1
0
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:
Andrew Tridgell
-
parent ebe29305af
commit 74041b6a0a
7 changed files with 164 additions and 107 deletions

View File

@@ -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);