ntp: add version option to server/peer directive

This commit is contained in:
Miroslav Lichvar
2014-10-20 16:12:39 +02:00
parent c9571e55f5
commit 1aecc51c70
7 changed files with 39 additions and 3 deletions

3
conf.c
View File

@@ -604,6 +604,9 @@ parse_source(char *line, NTP_Source_Type type)
case CPS_BadPolltarget:
other_parse_error("Unreadable polltarget");
break;
case CPS_BadVersion:
other_parse_error("Unreadable version");
break;
}
}