diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 02:36:36 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 02:36:36 +0100 |
| commit | 5538f2e0324be41577568029030d097a8a468e6e (patch) | |
| tree | de5a92a0595d55134f2e58f1db333c43e1b85d00 /qmail-queue.c | |
| parent | ca6fcdefe9970efe12ae1162d6bd5532e4149a4c (diff) | |
| download | qmail-5538f2e0324be41577568029030d097a8a468e6e.tar.gz qmail-5538f2e0324be41577568029030d097a8a468e6e.tar.bz2 qmail-5538f2e0324be41577568029030d097a8a468e6e.zip | |
[PATCH] big-todo.103
Diffstat (limited to 'qmail-queue.c')
| -rw-r--r-- | qmail-queue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmail-queue.c b/qmail-queue.c index 4b39a8f..7d5ed67 100644 --- a/qmail-queue.c +++ b/qmail-queue.c | |||
| @@ -180,8 +180,8 @@ void main() | |||
| 180 | 180 | ||
| 181 | messnum = pidst.st_ino; | 181 | messnum = pidst.st_ino; |
| 182 | messfn = fnnum("mess/",1); | 182 | messfn = fnnum("mess/",1); |
| 183 | todofn = fnnum("todo/",0); | 183 | todofn = fnnum("todo/",1); |
| 184 | intdfn = fnnum("intd/",0); | 184 | intdfn = fnnum("intd/",1); |
| 185 | 185 | ||
| 186 | if (link(pidfn,messfn) == -1) die(64); | 186 | if (link(pidfn,messfn) == -1) die(64); |
| 187 | if (unlink(pidfn) == -1) die(63); | 187 | if (unlink(pidfn) == -1) die(63); |
