summaryrefslogtreecommitdiff
path: root/src/clamsmtpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clamsmtpd.c')
-rw-r--r--src/clamsmtpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clamsmtpd.c b/src/clamsmtpd.c
index 34a53a3..fdf6aa8 100644
--- a/src/clamsmtpd.c
+++ b/src/clamsmtpd.c
@@ -676,7 +676,7 @@ static int virus_action(clctx_t* ctx, const char* virus)
/* The child */
case 0:
- /* Close all descriptors */
+ /* Close std descriptors */
for(i = 0; i <= 2; i++)
close(i);