Remove duplicate close, coverity found.

This commit is contained in:
Klaas Freitag 2013-07-10 15:34:21 +02:00
parent c082a3f763
commit 4aa0c58bb0

View File

@ -94,7 +94,6 @@ int csync_exclude_load(CSYNC *ctx, const char *fname) {
rc = -1;
goto out;
}
close(fd);
/* FIXME: Don't add duplicates */
entry = buf;