comparison cli-runopts.c @ 1510:eb4c7052f51d coverity

merge coverity up to date
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 11:29:17 +0800
parents 2d450c1056e3
children cf8dc6204fb6
comparison
equal deleted inserted replaced
1509:3520d7c25363 1510:eb4c7052f51d
304 #if !DROPBEAR_USER_ALGO_LIST 304 #if !DROPBEAR_USER_ALGO_LIST
305 case 'c': 305 case 'c':
306 case 'm': 306 case 'm':
307 #endif 307 #endif
308 case 'D': 308 case 'D':
309 #ifndef DROPBEAR_CLI_REMOTETCPFWD 309 #if !DROPBEAR_CLI_REMOTETCPFWD
310 case 'R': 310 case 'R':
311 #endif 311 #endif
312 #ifndef DROPBEAR_CLI_LOCALTCPFWD 312 #if !DROPBEAR_CLI_LOCALTCPFWD
313 case 'L': 313 case 'L':
314 #endif 314 #endif
315 case 'V': 315 case 'V':
316 print_version(); 316 print_version();
317 exit(EXIT_SUCCESS); 317 exit(EXIT_SUCCESS);