mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 23:45:07 -05:00
sources: constify parameters of log_selection_message()
This commit is contained in:
@@ -483,7 +483,7 @@ SRC_ResetReachability(SRC_Instance inst)
|
|||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
log_selection_message(char *format, char *arg)
|
log_selection_message(const char *format, const char *arg)
|
||||||
{
|
{
|
||||||
if (REF_GetMode() != REF_ModeNormal)
|
if (REF_GetMode() != REF_ModeNormal)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user