diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-28 09:06:40 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-28 09:06:40 +0800 |
commit | 31e379c300c69f1a628c74a3226346a48416e568 (patch) | |
tree | 629758aafe9ce42ce0061bebd7253ec7b49d65f2 /sysoptions.h | |
parent | 843953379c1f6ce56e993c82d97c268e31a86e6e (diff) | |
parent | 59bb1777be18b8f1b263aaeabe54a32933fc871d (diff) |
merge from default
--HG--
branch : fastopen
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h index 092eb7e..11dc10d 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -256,6 +256,9 @@ #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS #endif +/* free memory before exiting */ +#define DROPBEAR_CLEANUP + /* Use this string since some implementations might special-case it */ #define DROPBEAR_KEEPALIVE_STRING "keepalive@openssh.com" |