X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fcallback.c;h=bb8bf523be139199e06b17e765c2825b8ddb409e;hp=8a85ce90737c7de3aa8ce1db7b9f1bf214b83b90;hb=f113db5225e2954a53fd7eecccfc08326904909f;hpb=19d85885b9eba376c7fc96c2f0b69c22776ba077 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);