From f113db5225e2954a53fd7eecccfc08326904909f Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 20 Mar 2007 10:09:50 +1100 Subject: Remove notify functionality from statd in favour of sm-notify statd now execs sm-notify to notify peers and only listens to monitor requests and remote notifications itself. --- utils/statd/callback.c | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/statd/callback.c') diff --git a/utils/statd/callback.c b/utils/statd/callback.c index 8a85ce9..bb8bf52 100644 --- a/utils/statd/callback.c +++ b/utils/statd/callback.c @@ -49,7 +49,6 @@ sm_notify_1_svc(struct stat_chge *argp, struct svc_req *rqstp) if (NL_STATE(lp) != argp->state) { NL_STATE(lp) = argp->state; call = nlist_clone(lp); - NL_TYPE(call) = NOTIFY_CALLBACK; nlist_insert(¬ify, call); } lp = NL_NEXT(lp); -- cgit