From dd422e75a52d197d9084b6a4415b58553460ae41 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 9 Jan 2009 08:42:28 -0500 Subject: Lots of little nasty bugs fixed. I was finally able to get a getpwnam() request go through sssd, hit the remote ldap server and get the answer back with 'getent passwd foo' Yupiee! --- server/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/monitor.c') diff --git a/server/monitor.c b/server/monitor.c index 5a79c75c..bddc0d48 100644 --- a/server/monitor.c +++ b/server/monitor.c @@ -39,7 +39,7 @@ static int start_service(const char *name, const char *command, pid_t *retpid); /* ping time cannot be less then once every few seconds or the * monitor will get crazy hammering children with messages */ -#define MONITOR_MIN_PING_TIME 15 +#define MONITOR_MIN_PING_TIME 10 struct mt_conn { struct sbus_conn_ctx *conn_ctx; -- cgit