diff svr-main.c @ 241:c5d3ef11155f

* use own assertions which should get logged properly
author Matt Johnston <matt@ucc.asn.au>
date Mon, 05 Sep 2005 15:16:10 +0000
parents 0cfba3034be5
children c07de41b53d7 306499676384
line wrap: on
line diff
--- a/svr-main.c	Fri Sep 02 15:35:18 2005 +0000
+++ b/svr-main.c	Mon Sep 05 15:16:10 2005 +0000
@@ -284,7 +284,7 @@
 								getaddrhostname(&remoteaddr),
 								addrstring);
 				/* don't return */
-				assert(0);
+				dropbear_assert(0);
 			}
 			
 			/* parent */