Skip to content

Commit

Permalink
Update c->flag.unix_socket;
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware committed Jul 9, 2024
1 parent c63d464 commit 297599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trusted_network.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ int checkTrustedIP(in_addr_t ip) {
}

int isUnixNetwork(client *c) {
return c->flags & CLIENT_UNIX_SOCKET;
return c->flag.unix_socket;
}


Expand Down

0 comments on commit 297599b

Please sign in to comment.