diff options
author | Simo Sorce <idra@samba.org> | 2009-01-09 08:42:28 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-09 08:42:28 -0500 |
commit | dd422e75a52d197d9084b6a4415b58553460ae41 (patch) | |
tree | 3567618ceb6b80e20d1bc6b94b5115f8163dd614 /server/monitor.c | |
parent | ccd17380f5347d0c50fe5214de2e2cd077238f53 (diff) | |
download | sssd-dd422e75a52d197d9084b6a4415b58553460ae41.tar.gz sssd-dd422e75a52d197d9084b6a4415b58553460ae41.tar.bz2 sssd-dd422e75a52d197d9084b6a4415b58553460ae41.zip |
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!
Diffstat (limited to 'server/monitor.c')
-rw-r--r-- | server/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |