typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4804 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -211,7 +211,7 @@ int
 | 
				
			|||||||
pop_maildir_open(POP *p, MsgInfoList *mp)
 | 
					pop_maildir_open(POP *p, MsgInfoList *mp)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    char tmp[MAXDROPLEN];
 | 
					    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)
 | 
					    if(p->drop)
 | 
				
			||||||
	fclose(p->drop);
 | 
						fclose(p->drop);
 | 
				
			||||||
    p->drop = fopen(tmp, "r");
 | 
					    p->drop = fopen(tmp, "r");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user