| Log Message: |
Partial packets were not being removed from the pool directory after
expiring. This was due to a bug in rem.c, function pool_packetexp(), which
tried to unlink() the file name (which was not in the current working
directory).
We now supply the full path to the expired packet file.
Also modified .cvsignore to ignore pcre cruft.
|