summaryrefslogtreecommitdiff
path: root/src/clamsmtpd.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-03 03:08:59 +0000
committerStef Walter <stef@memberwebs.com>2004-09-03 03:08:59 +0000
commit5ffcde771f80f20d560180a631bf0b9aa363b318 (patch)
tree32b1dc6c8ccf0caff69644c1ded22822ded665a8 /src/clamsmtpd.h
parent6a250c8a1e581287d7ff3c88582ab337e21ac50f (diff)
pidfile should be an argument not a configuration option
Diffstat (limited to 'src/clamsmtpd.h')
-rw-r--r--src/clamsmtpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clamsmtpd.h b/src/clamsmtpd.h
index deb2cfb..2fc6f9e 100644
--- a/src/clamsmtpd.h
+++ b/src/clamsmtpd.h
@@ -119,7 +119,6 @@ typedef struct clstate
const char* header; /* The header to add to email */
const char* directory; /* The directory for temp files */
- const char* pidfile; /* The process id file */
int bounce; /* Send back a reject line */
int quarantine; /* Leave virus files in temp dir */
int debug_files; /* Leave all files in temp dir */