smbd: There's only one notify_callback
authorVolker Lendecke <vl@samba.org>
Tue, 14 Jun 2016 09:55:13 +0000 (11:55 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 20 Jul 2016 03:21:07 +0000 (05:21 +0200)
commitd446e406db3745ef2b217f31f2f8abd0254e7f03
tree8ea24977ae4451f6d0167ee9bd714a4c84c84530
parent2779cae82311c5a9352b757580abfe336e2a551b
smbd: There's only one notify_callback

We do not have different callbacks per notify, put the callback function into
the notify context

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/notify.c
source3/smbd/notify_msg.c
source3/smbd/proto.h
source3/smbd/service.c
source3/utils/status.c