diff --git a/src/main.c b/src/main.c index 3a9e789..0791b86 100644 --- a/src/main.c +++ b/src/main.c @@ -54,7 +54,7 @@ #include "siphash24.h" #include "proto-x509.h" #include "crypto-base64.h" /* base64 encode/decode */ -#include "pixie-backtrace.h" +//#include "pixie-backtrace.h" #include "proto-sctp.h" #include "proto-oproto.h" /* Other protocols on top of IP */ #include "vulncheck.h" /* checking vulns like monlist, poodle, heartblee */ @@ -1571,6 +1571,7 @@ int main(int argc, char *argv[]) global_now = time(0); /* Set system to report debug information on crash */ +/* { int is_backtrace = 1; for (i=1; i<(unsigned)argc; i++) { @@ -1580,6 +1581,7 @@ int main(int argc, char *argv[]) if (is_backtrace) pixie_backtrace_init(argv[0]); } +*/ /* * Initialize those defaults that aren't zero