diff options
-rw-r--r-- | lib/tests/test-udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test-udp.c b/lib/tests/test-udp.c index 7a6d996..a40d31c 100644 --- a/lib/tests/test-udp.c +++ b/lib/tests/test-udp.c @@ -93,7 +93,7 @@ test_buffering_cb (const uint8_t *buf, ssize_t len) { /* "Exactly one RADIUS packet is encapsulated in the UDP Data field" [RFC 2865]*/ -#if 1 +#if 0 hd (buf, len); #endif assert_true (len >= 20); |