git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4804 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-04-25 01:03:29 +00:00
parent a7c527f0b1
commit 78238e25cb

View File

@@ -211,7 +211,7 @@ int
pop_maildir_open(POP *p, MsgInfoList *mp)
{
char tmp[MAXDROPLEN];
make_path(p, mp, mp->flags & NEW_FLAG, tmp, sizeof(tmp);
make_path(p, mp, mp->flags & NEW_FLAG, tmp, sizeof(tmp));
if(p->drop)
fclose(p->drop);
p->drop = fopen(tmp, "r");