mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove duplicate close, coverity found.
This commit is contained in:
parent
c082a3f763
commit
4aa0c58bb0
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user