diff options
| author | Roy Marples <roy@marples.name> | 2020-06-05 13:51:51 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-06-05 13:51:51 +0100 |
| commit | bbc8b10a5aa9e0f8d72be2a103619a1aeb0bb933 (patch) | |
| tree | a2e1f0f0403bea613c0799fa840a300cccfc0c0d /src/if.c | |
| parent | 064c4c0a0be1f5266fe6272cea639110739512bf (diff) | |
| download | dhcpcd-bbc8b10a5aa9e0f8d72be2a103619a1aeb0bb933.tar.xz | |
Linux: resource limits don't easily work here either....
Diffstat (limited to 'src/if.c')
| -rw-r--r-- | src/if.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,8 +127,10 @@ if_closesockets(struct dhcpcd_ctx *ctx) if (ctx->pf_inet_fd != -1) close(ctx->pf_inet_fd); +#ifdef PF_LINK if (ctx->pf_link_fd != -1) close(ctx->pf_link_fd); +#endif if (ctx->priv) { if_closesockets_os(ctx); |
