]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Call trace setup hooks for connection.c and buffer.c.
authorTed Lemon <source@isc.org>
Thu, 15 Feb 2001 05:40:00 +0000 (05:40 +0000)
committerTed Lemon <source@isc.org>
Thu, 15 Feb 2001 05:40:00 +0000 (05:40 +0000)
omapip/support.c

index 0a7509e282386d5dc17c04f1172fc132572dfa2f..0bd79f007630bbecbc0cdfd1c6f0e547aff77352 100644 (file)
@@ -182,6 +182,8 @@ isc_result_t omapi_init (void)
 
 #if defined (TRACING)
        omapi_listener_trace_setup ();
+       omapi_connection_trace_setup ();
+       omapi_buffer_trace_setup ();
 #endif
 
        /* This seems silly, but leave it. */