diff options
author | Linus Nordberg <linus@nordu.net> | 2011-02-02 10:54:54 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-02-02 10:54:54 +0100 |
commit | 4d478154710ce0b241d9bafab1b9c6c8324a33c7 (patch) | |
tree | 47f696c81c0b342b13d336bc052d3322999d96ad /lib/tests | |
parent | 81a1e7ed51a23f8e5d891684deb3b96b5419a63b (diff) |
Disable some debug printout in tests.
Diffstat (limited to 'lib/tests')
-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); |