smbd: remove unused tevent_context argument from notify_init
[nivanova/samba-autobuild/.git] / source3 / utils / status.c
index 6370f7002e8b80b61b6b7f4281b8e64445fe421e..d04efedee3f6e5f36fa0735f82d3dff021f3a852 100644 (file)
@@ -735,7 +735,6 @@ int main(int argc, const char *argv[])
                struct notify_context *n;
 
                n = notify_init(talloc_tos(), msg_ctx,
-                               messaging_tevent_context(msg_ctx),
                                NULL, NULL);
                if (n == NULL) {
                        goto done;