comparison sysoptions.h @ 1040:2b4fd440399d

Free memory before exiting. Based on patch from Thorsten Horstmann. Client side is not complete.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Feb 2015 22:01:33 +0800
parents 48a0ba346de4
children 01eea88963f3
comparison
equal deleted inserted replaced
1039:d0e6dd5af46e 1040:2b4fd440399d
254 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS 254 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS
255 #else 255 #else
256 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS 256 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS
257 #endif 257 #endif
258 258
259 /* free memory before exiting */
260 #define DROPBEAR_CLEANUP
261
259 /* Use this string since some implementations might special-case it */ 262 /* Use this string since some implementations might special-case it */
260 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" 263 #define DROPBEAR_KEEPALIVE_STRING "[email protected]"
261 264
262 /* no include guard for this file */ 265 /* no include guard for this file */