diff svr-session.c @ 1559:92c93b4a3646 fuzz

Fix to be able to compile normal(ish) binaries with --enable-fuzz
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:02:12 +0800
parents 2f64cb3d3007
children 76189c9ffea2
line wrap: on
line diff
--- a/svr-session.c	Wed Feb 28 21:40:08 2018 +0800
+++ b/svr-session.c	Wed Feb 28 22:02:12 2018 +0800
@@ -186,7 +186,7 @@
 	}
 
 #if DROPBEAR_FUZZ
-	// longjmp before cleaning up svr_opts
+	/* longjmp before cleaning up svr_opts */
     if (fuzz.do_jmp) {
         longjmp(fuzz.jmp, 1);
     }