diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clamsmtpd.c | 2 |
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); |