mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Reread password file(s) after HUP signal
SVN revision: 1311
This commit is contained in:
parent
e09401f9b2
commit
30d408a4f6
@ -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
|
||||||
|
|
||||||
@ -4310,7 +4313,6 @@ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user