diff cli-runopts.c @ 1411:798854f62430 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Jun 2017 23:31:42 +0800
parents e8f67918fdc9
children f7a53832501d
line wrap: on
line diff
--- a/cli-runopts.c	Sun Jun 11 21:39:40 2017 +0800
+++ b/cli-runopts.c	Wed Jun 14 23:31:42 2017 +0800
@@ -106,7 +106,7 @@
 
 void cli_getopts(int argc, char ** argv) {
 	unsigned int i, j;
-	char ** next = 0;
+	char ** next = NULL;
 	enum {
 		OPT_EXTENDED_OPTIONS,
 #if DROPBEAR_CLI_PUBKEY_AUTH