View | Details | Raw Unified | Return to bug 50543
Collapse All | Expand All

(-)src/cli/fapolicyd-cli.c.orig (-1 / +3 lines)
Lines 880-887 Link Here
880
					write(1, buf, strlen(buf));
880
					write(1, buf, strlen(buf));
881
			} while (!fd_fgets_eof(fd_fgets_context));
881
			} while (!fd_fgets_eof(fd_fgets_context));
882
			close(rpt_fd);
882
			close(rpt_fd);
883
		} else
883
		} else {
884
			reason = "can't read pid file";
884
			reason = "can't read pid file";
885
			goto err_out;
886
		}
885
		close(pidfd);
887
		close(pidfd);
886
		return 0;
888
		return 0;
887
	}
889
	}

Return to bug 50543