mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:smbd/service: avoid using server_event_context() for notify_init()
metze
This commit is contained in:
parent
c7286f159a
commit
6811b47c99
@ -718,7 +718,7 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn,
|
||||
conn->notify_ctx = notify_init(conn,
|
||||
sconn_server_id(sconn),
|
||||
sconn->msg_ctx,
|
||||
server_event_context(),
|
||||
sconn->ev_ctx,
|
||||
conn);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user