From 015821a044ca91fb5d138e3f01549673fc9fe3d6 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 19 Feb 2018 00:48:12 +0100 Subject: [PATCH] test setup message generation only for configured mailboxes (otherwise we cannot generate a key) --- cmdline/stress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdline/stress.c b/cmdline/stress.c index 2a17a8be..f727802d 100644 --- a/cmdline/stress.c +++ b/cmdline/stress.c @@ -542,6 +542,7 @@ void stress_functions(mrmailbox_t* mailbox) free(buf); } + if( mrmailbox_is_configured(mailbox) ) { char *setupcode = NULL, *setupfile = NULL;