Browse Source

[Minor] Remove useless comparision

tags/3.3
Vsevolod Stakhov 2 years ago
parent
commit
46b646ccb3
No account linked to committer's email address
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/libutil/util.c

+ 0
- 4
src/libutil/util.c View File

@@ -1009,10 +1009,6 @@ rspamd_file_lock (gint fd, gboolean async)
}

if (flock (fd, flags) == -1) {
if (async && errno == EAGAIN) {
return FALSE;
}

return FALSE;
}


Loading…
Cancel
Save