X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fnotlist.c;h=0341c159167836661e2d3027279bc7e3a4a86dba;hp=de7d0465e60877300ba2cbf30a40516a6484f154;hb=d16bd0400fc096ec2fed36d5dfa8620b2370e4d1;hpb=17d144b236c84150c2ca896c0d3eea05931d938e diff --git a/utils/statd/notlist.c b/utils/statd/notlist.c index de7d046..0341c15 100644 --- a/utils/statd/notlist.c +++ b/utils/statd/notlist.c @@ -189,7 +189,6 @@ nlist_clone(notify_list *entry) NL_MY_PROG(new) = NL_MY_PROG(entry); NL_MY_VERS(new) = NL_MY_VERS(entry); NL_MY_PROC(new) = NL_MY_PROC(entry); - NL_ADDR(new) = NL_ADDR(entry); memcpy(NL_PRIV(new), NL_PRIV(entry), SM_PRIV_SIZE); return new;