Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 608152
Collapse All | Expand All

(-)a/utils/idmapd/idmapd.c (-2 / +1 lines)
Lines 716-722 nfsdreopen_one(struct idmap_client *ic) Link Here
716
		xlog_warn("ReOpening %s", ic->ic_path);
716
		xlog_warn("ReOpening %s", ic->ic_path);
717
717
718
	if ((fd = open(ic->ic_path, O_RDWR, 0)) != -1) {
718
	if ((fd = open(ic->ic_path, O_RDWR, 0)) != -1) {
719
		if ((ic->ic_event.ev_flags & EVLIST_INIT))
719
		if ((event_initialized(&ic->ic_event)))
720
			event_del(&ic->ic_event);
720
			event_del(&ic->ic_event);
721
		if (ic->ic_fd != -1)
721
		if (ic->ic_fd != -1)
722
			close(ic->ic_fd);
722
			close(ic->ic_fd);
723
- 

Return to bug 608152