freebsd-ports/mail/tpop3d/files/patch-maildir.c
Sergey Matveychuk aadc59d2ce - Remove unnecessary IS_INTERACTIVE from Makefile
- Added patch to prevent crashing whith nonexistent maildir

PR:		ports/79495
Submitted by:	maintainer
2005-04-03 05:42:25 +00:00

11 lines
256 B
C

--- maildir.c.orig Tue Nov 25 01:23:20 2003
+++ maildir.c Sun Apr 3 09:44:25 2005
@@ -205,7 +205,7 @@
mailbox M, failM = NULL;
struct timeval tv1, tv2;
float f;
- int locked;
+ int locked = 0;
alloc_struct(_mailbox, M);