From 6c514056471dfdf030d69fb9fda443047a8cc964 Mon Sep 17 00:00:00 2001 From: Guillaume Nault Date: Thu, 21 Jun 2018 09:52:56 +0200 Subject: pppd_compat: fix indentation in ev_radius_coa() Missing tab was misleading. Signed-off-by: Guillaume Nault --- accel-pppd/extra/pppd_compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accel-pppd/extra/pppd_compat.c b/accel-pppd/extra/pppd_compat.c index 56dba5e9..318327e8 100644 --- a/accel-pppd/extra/pppd_compat.c +++ b/accel-pppd/extra/pppd_compat.c @@ -454,8 +454,8 @@ static void ev_radius_coa(struct ev_radius_t *ev) check_fork_limit(pd, &queue1); sigchld_lock(); - pid = fork(); - if (pid > 0) { + pid = fork(); + if (pid > 0) { pd->hnd.pid = pid; pd->hnd.handler = ip_change_handler; sigchld_register_handler(&pd->hnd); -- cgit v1.2.3