From: Christian Grothoff Date: Tue, 21 Dec 2010 14:05:40 +0000 (+0000) Subject: check X-Git-Tag: initial-import-from-subversion-38251~19475 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c802e7d908d82fd18833de63a417a55c69b5acd7;p=oweals%2Fgnunet.git check --- diff --git a/src/monkey/gnunet-monkey.c b/src/monkey/gnunet-monkey.c index f3dc238c8..61579817d 100644 --- a/src/monkey/gnunet-monkey.c +++ b/src/monkey/gnunet-monkey.c @@ -96,7 +96,10 @@ int wait_for_stop(mi_h *h) if (sr) { f = gmi_stack_info_frame(h); - send_bug_mail(sr, f); + if (f != NULL) + send_bug_mail(sr, f); + else + GNUNET_break (0); mi_free_stop(sr); res = 0; }