From 3b0aa46ba276e5a3559ec2859a16b579f3d15273 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Oct 2014 21:54:55 +0100 Subject: fixs stdin problems on successful login, we needed to wait for the child, but I do not understand why, although we shoul have done that anyway, I just forgot it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/cerberus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cerberus.h') diff --git a/src/cerberus.h b/src/cerberus.h index 96c89ab..9960fa7 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -51,6 +51,7 @@ #endif +void fork_exec_wait_hook(int hook, int argc, char** argv); void exec_hook(int hook, int argc, char** argv); void do_login(int argc, char** argv); -- cgit v1.2.3-70-g09d2