diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-freeipmi-1.4.2/ipmipower/ipmipower_ping.c ./ipmipower/ipmipower_ping.c --- ../orig-freeipmi-1.4.2/ipmipower/ipmipower_ping.c 2014-03-20 00:02:25.000000000 +0100 +++ ./ipmipower/ipmipower_ping.c 2014-05-07 08:23:35.006832873 +0200 @@ -405,6 +405,7 @@ exit (EXIT_FAILURE); } +#ifndef NDEBUG if (cmd_args.rmcpdump) { char hdrbuf[DEBUG_UTIL_HDR_BUFLEN]; @@ -429,6 +430,7 @@ tmpl_cmd_get_channel_authentication_capabilities_rs) < 0) IPMIPOWER_DEBUG (("ipmi_dump_lan_packet: %s", strerror (errno))); } +#endif /* NDEBUG */ if ((checksum_ret = ipmi_lan_check_packet_checksum (buf, len)) < 0) {