From a8986413c299c77c6f57f7e8f8f0e5abf1a882c9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 28 Jul 2011 10:20:32 +0200 Subject: Use sockaddr_any for storing address and gateway --- pingu_host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pingu_host.c') diff --git a/pingu_host.c b/pingu_host.c index da14858..427fe9a 100644 --- a/pingu_host.c +++ b/pingu_host.c @@ -156,7 +156,7 @@ static char *get_provider_gateway(struct pingu_host *p) return p->host; } -static void exec_route_change(void) +static void exec_route_change_hook(void) { struct pingu_host *host; struct list_head *n; @@ -240,7 +240,7 @@ int pingu_host_set_status(struct pingu_host *host, int status) } if (action != NULL) execute_action(action); - exec_route_change(); + exec_route_change_hook(); return status; } -- cgit v1.2.3