mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:35:06 -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
|
||||
log_selection_message(char *format, char *arg)
|
||||
log_selection_message(const char *format, const char *arg)
|
||||
{
|
||||
if (REF_GetMode() != REF_ModeNormal)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user