diff options
author | David Timber <mieabby@gmail.com> | 2020-09-14 15:47:30 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-14 15:47:30 +0930 |
commit | f7f7332afafd4f965c5ef1d45cc1c7da9275c6ef (patch) | |
tree | 53b8e96d2d070215f0c6ee133cdba58ca93a4138 /src/htbt.c | |
parent | c4160ed41717260b5941e2729c444b8ec051d5f0 (diff) |
* Add "--enable-static" configure option
* Change "PRNE_DEBUG" macro use
* Add "PRNE_VERBOSE"
* Impl "recon"
* Add "inet.h" for Internet Protocol stuff
* Changes regarding "PRNE_RND_WELL512_SEEDLEN"
* Add prne_own_realloc() for objects with multiple array memebers
* Add prne_add_timespec()
Diffstat (limited to 'src/htbt.c')
-rw-r--r-- | src/htbt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -576,7 +576,7 @@ static void htbt_do_cmd ( setsid(); close(STDIN_FILENO); // Inherit these if DEBUG -#if !defined(PRNE_DEBUG) +#if !PRNE_DEBUG close(STDOUT_FILENO); close(STDERR_FILENO); #endif |