1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

the rest of the initial rpc server side infrastructure

This commit is contained in:
Andrew Tridgell
-
parent 3706af7a6c
commit 5fb01b0ec0
7 changed files with 195 additions and 80 deletions

View File

@@ -762,6 +762,9 @@ void init_smbsession(struct event_context *ev, struct model_ops *model_ops, int
fde.flags = EVENT_FD_READ;
event_add_fd(ev, &fde);
/* setup the DCERPC server subsystem */
dcesrv_init(smb);
}