@@ -, +, @@ initialized --- utils/idmapd/idmapd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/utils/idmapd/idmapd.c +++ a/utils/idmapd/idmapd.c @@ -716,7 +716,7 @@ nfsdreopen_one(struct idmap_client *ic) xlog_warn("ReOpening %s", ic->ic_path); if ((fd = open(ic->ic_path, O_RDWR, 0)) != -1) { - if ((ic->ic_event.ev_flags & EVLIST_INIT)) + if ((event_initialized(&ic->ic_event))) event_del(&ic->ic_event); if (ic->ic_fd != -1) close(ic->ic_fd); --