]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/callback.c
Remove notify functionality from statd in favour of sm-notify
[nfs-utils.git] / utils / statd / callback.c
index 8a85ce90737c7de3aa8ce1db7b9f1bf214b83b90..bb8bf523be139199e06b17e765c2825b8ddb409e 100644 (file)
@@ -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(&notify, call);
                }
                lp = NL_NEXT(lp);