| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Process remailer messages |
Process remailer messages |
| 9 |
$Id: rem.c,v 1.19 2002/07/29 23:52:00 weaselp Exp $ */ |
$Id: rem.c,v 1.20 2002/08/03 17:08:02 weaselp Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 255 |
fprintf(f, "%d %ld\n", type, latent + time(NULL)); |
fprintf(f, "%d %ld\n", type, latent + time(NULL)); |
| 256 |
else |
else |
| 257 |
fprintf(f, "%d 0\n", type); |
fprintf(f, "%d 0\n", type); |
| 258 |
err = buf_write(msg, f); |
err = buf_write_sync(msg, f); |
|
fclose(f); |
|
| 259 |
} |
} |
| 260 |
if (err == 0) { |
if (err == 0) { |
| 261 |
rename(pathtmp, path); |
rename(pathtmp, path); |