1
0
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:
Stefan Metzmacher 2011-12-12 13:50:51 +01:00
parent c7286f159a
commit 6811b47c99

View File

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