diff options
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/process.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/smbd/process.c b/source4/smbd/process.c index 3b2d1cf633..db145d0a26 100644 --- a/source4/smbd/process.c +++ b/source4/smbd/process.c @@ -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); } |