aboutsummaryrefslogtreecommitdiff
path: root/src/htbt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htbt.c')
-rw-r--r--src/htbt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htbt.c b/src/htbt.c
index 0a1b3f7..90077de 100644
--- a/src/htbt.c
+++ b/src/htbt.c
@@ -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