diff svr-kex.c @ 1261:770e14154da3 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Mar 2016 23:20:40 +0800
parents c8f52c19e949
children 56aba7dedbea efad433418c4
line wrap: on
line diff
--- a/svr-kex.c	Tue Mar 15 22:45:43 2016 +0800
+++ b/svr-kex.c	Tue Mar 15 23:20:40 2016 +0800
@@ -138,7 +138,7 @@
 			break;
 #endif
 		default:
-			(void)0;
+			dropbear_assert(0);
 	}
 
 	if (readhostkey(fn, svr_opts.hostkey, &type) == DROPBEAR_SUCCESS) {