comparison netio.c @ 1558:2f64cb3d3007 fuzz

- #if not #ifdef for DROPBEAR_FUZZ - fix some unused variables
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 21:40:08 +0800
parents 5916af64acd4
children 399d8eb961b5
comparison
equal deleted inserted replaced
1557:61a793b6e471 1558:2f64cb3d3007
359 #endif 359 #endif
360 #ifdef HAVE_LINUX_PKT_SCHED_H 360 #ifdef HAVE_LINUX_PKT_SCHED_H
361 int so_prio_val = 0; 361 int so_prio_val = 0;
362 #endif 362 #endif
363 363
364 #ifdef DROPBEAR_FUZZ 364 #if DROPBEAR_FUZZ
365 if (fuzz.fuzzing) { 365 if (fuzz.fuzzing) {
366 TRACE(("fuzzing skips set_sock_prio")) 366 TRACE(("fuzzing skips set_sock_prio"))
367 return; 367 return;
368 } 368 }
369 #endif 369 #endif