diff svr-session.c @ 1385:6c92e97553f1 fuzz

Add a flag whether to longjmp, missed that last commit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Jun 2017 21:30:26 +0800
parents 6b89eb92f872
children 798854f62430
line wrap: on
line diff
--- a/svr-session.c	Tue May 30 22:50:52 2017 +0800
+++ b/svr-session.c	Thu Jun 01 21:30:26 2017 +0800
@@ -185,7 +185,7 @@
 
 #ifdef DROPBEAR_FUZZ
 	// longjmp before cleaning up svr_opts
-    if (fuzz.fuzzing) {
+    if (fuzz.do_jmp) {
         longjmp(fuzz.jmp, 1);
     }
 #endif