diff options
| author | Roy Marples <roy@marples.name> | 2009-03-19 22:27:13 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-19 22:27:13 +0000 |
| commit | 048ab309bba81a0c2e5533d4b8137dbb34c01599 (patch) | |
| tree | a204249acc041546a5710c34596d9a35939a60a0 /dhcpcd.c | |
| parent | a89ac9ad9646f09d62a6af7232b80549560d8eb7 (diff) | |
| download | dhcpcd-048ab309bba81a0c2e5533d4b8137dbb34c01599.tar.xz | |
Linux can now detect address addition and removal too.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1192,7 +1192,7 @@ handle_ifa(int type, const char *ifname, static void handle_link(_unused void *arg) { - if (manage_link(linkfd)) + if (manage_link(linkfd) == -1) syslog(LOG_ERR, "manage_link: %m"); } |
