summaryrefslogtreecommitdiff
path: root/contrib/ntp/sntp/tests/run-packetProcessing.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/sntp/tests/run-packetProcessing.c')
-rw-r--r--contrib/ntp/sntp/tests/run-packetProcessing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ntp/sntp/tests/run-packetProcessing.c b/contrib/ntp/sntp/tests/run-packetProcessing.c
index 50144ed36977..c91a6d340a39 100644
--- a/contrib/ntp/sntp/tests/run-packetProcessing.c
+++ b/contrib/ntp/sntp/tests/run-packetProcessing.c
@@ -54,7 +54,9 @@ extern void test_CorrectAuthenticatedPacketCMAC(void);
//=======Suite Setup=====
static void suite_setup(void)
{
+extern int change_iobufs(int);
extern int change_logfile(const char*, int);
+change_iobufs(1);
change_logfile("stderr", 0);
}