summaryrefslogtreecommitdiff
path: root/pith/msgno.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/msgno.c')
-rw-r--r--pith/msgno.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/msgno.c b/pith/msgno.c
index 3d9b8719..d4a4e7b7 100644
--- a/pith/msgno.c
+++ b/pith/msgno.c
@@ -617,8 +617,8 @@ msgno_in_select(MSGNO_S *msgs, long int n)
int
msgno_exceptions(MAILSTREAM *stream, long int rawno, char *part, int *bits, int set)
{
- PINELT_S **peltp;
- PARTEX_S **partp;
+ PINELT_S **peltp = NULL;
+ PARTEX_S **partp = NULL;
MESSAGECACHE *mc;
if(!stream || rawno < 1L || rawno > stream->nmsgs)