Commit 8f18c53f authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

snmp: don't report timing warning when local leapsecond file used

parent 68821c85
......@@ -409,6 +409,9 @@ static void get_wrsLeapSecondSourceStatusDetails(void){
snmp_log(LOG_ERR, "SNMP: " SL_ER " %s: failed to "
"open " LEAPSEC_SOURCE_STATUS "\n",slog_obj_name);
}
} else {
/* Local leapsecond file, no error */
check_status = WRS_LEAP_SEC_SRC_STATUS_DETAILS_OK;
}
if (srcUrl==NULL)
srcUrl="";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment