Reread password file(s) after HUP signal

SVN revision: 1311
This commit is contained in:
Stefan Ritt 2005-04-06 19:45:13 +00:00
parent e09401f9b2
commit 30d408a4f6

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $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 Revision 1.617 2005/04/06 19:20:57 ritt
Version 2.5.8-3 Version 2.5.8-3
@ -4309,8 +4312,7 @@ int el_index_logbooks()
free_logbook_hierarchy(phier); free_logbook_hierarchy(phier);
} }
return EL_SUCCESS; return EL_SUCCESS;
} }
@ -22045,6 +22047,7 @@ void server_loop(void)
/* reload configuration */ /* reload configuration */
check_config(); check_config();
el_index_logbooks(); el_index_logbooks();
load_password_files();
_hup = FALSE; _hup = FALSE;
} }
#endif #endif