From e57fb225562afeec7e151c64f8f4e6312b447c7c Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 21 Apr 2016 15:04:10 +0200 Subject: ipcpd: fixes comments on 18c5da3 --- src/irmd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irmd') diff --git a/src/irmd/main.c b/src/irmd/main.c index 9a65cd4a..374bfb6c 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -89,7 +89,7 @@ static struct ipcp_entry * find_ipcp_by_name(instance_name_t * api) static pid_t find_pid_by_dif_name(char * dif_name) { - struct list_head * pos = NULL; + struct list_head * pos = NULL; list_for_each(pos, &instance->ipcps) { struct ipcp_entry * tmp = -- cgit v1.2.3