summaryrefslogtreecommitdiffstats
path: root/lib/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if.c')
-rw-r--r--lib/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if.c b/lib/if.c
index f15242a2..19daf75b 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -135,7 +135,7 @@ if_create (const char *name, int namelen)
ifp->connected = list_new ();
ifp->connected->del = (void (*) (void *)) connected_free;
-
+
if (if_master.if_new_hook)
(*if_master.if_new_hook) (ifp);