Skip to content

Commit

Permalink
fix ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jul 10, 2022
1 parent a4d3628 commit 7409fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static int fhs_update(struct re *re, struct fhs **fhsp, re_sock_t fd,
struct fhs *fhs = NULL;
struct le *le = hash_lookup(re->fhl, (uint32_t)fd, fhs_lookup, &fd);

#if WIN32
#ifdef WIN32
/* on windows fds not re-used */
if (le && !fh && !flags) {
hash_unlink(le);
Expand Down

0 comments on commit 7409fa0

Please sign in to comment.