bk: 5639d7b1g5Jt6gycojBcDQgnRs0OHw
---
-* [Sec 2956] small-step/big-step. Close the panic gate earlier.
+* [Sec 2956] small-step/big-step. Close the panic gate earlier. HStenn.
+* [Bug 2934] tests/ntpd/t-ntp_scanner.c has a magic constant wired in. HMurray
* [Bug 2954] Version 4.2.8p4 crashes on startup with sig fault
- fixed data race conditions in threaded DNS worker. perlinger@ntp.org
- limit threading warm-up to linux; FreeBSD bombs on it. perlinger@ntp.org
}
void test_keywordServerToken(void){
- char * temp = keyword(401);
+ char * temp = keyword(T_Server);
//printf("%s",temp); //143 or 401 ?
TEST_ASSERT_EQUAL_STRING("server",temp);
}