From 30d408a4f65eca4985e9b1087da1ca77c505ec02 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 6 Apr 2005 19:45:13 +0000 Subject: [PATCH] Reread password file(s) after HUP signal SVN revision: 1311 --- src/elogd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index aec71f5e..6c427948 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.618 2005/04/06 19:45:13 ritt + Reread password file(s) after HUP signal + Revision 1.617 2005/04/06 19:20:57 ritt Version 2.5.8-3 @@ -4309,8 +4312,7 @@ int el_index_logbooks() free_logbook_hierarchy(phier); } - - + return EL_SUCCESS; } @@ -22045,6 +22047,7 @@ void server_loop(void) /* reload configuration */ check_config(); el_index_logbooks(); + load_password_files(); _hup = FALSE; } #endif