diff options
| author | Roy Marples <roy@marples.name> | 2014-10-04 08:26:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-10-04 08:26:15 +0000 |
| commit | da4c8960514013a0d941205adacd665b1d02520e (patch) | |
| tree | a92ec80617d72e3196207b1eb7622d75b8832481 /dhcpcd.c | |
| parent | 1ef1d5b92e214ad010fb4579f80f36918e47641b (diff) | |
| download | dhcpcd-da4c8960514013a0d941205adacd665b1d02520e.tar.xz | |
Improve the dev API a little.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1725,7 +1725,7 @@ exit1: free_globals(&ctx); ipv4_ctxfree(&ctx); ipv6_ctxfree(&ctx); - dev_stop(&ctx, !(ctx.options & DHCPCD_FORKED)); + dev_stop(&ctx); if (control_stop(&ctx) == -1) syslog(LOG_ERR, "control_stop: %m:"); if (ctx.pid_fd != -1) { |
