/[imapfilter]/imapfilter/passwd.c
ViewVC logotype

Diff of /imapfilter/passwd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by lefcha, Wed Jan 30 13:16:17 2002 UTC revision 1.5 by lefcha, Thu Jan 31 17:06:38 2002 UTC
# Line 12  Line 12 
12  #endif  #endif
13    
14    
15    extern unsigned int flags;
16  extern account_t *accounts;  extern account_t *accounts;
17    
18  #ifdef ENCRYPTED_PASSWORDS  #ifdef ENCRYPTED_PASSWORDS
# Line 209  void password_editor(void) Line 210  void password_editor(void)
210      char *p[2];      char *p[2];
211      account_t *a, *accts[EDITOR_PASSWORDS_MAX];      account_t *a, *accts[EDITOR_PASSWORDS_MAX];
212            
213        if (!(flags & FLAG_BLANK_PASSWORD)) {
214            error("imapfilter: no candidate passwords for encryption found\n");
215            return;
216        }
217        
218      q = 0;      q = 0;
219            
220      memset(accts, 0, EDITOR_PASSWORDS_MAX);      memset(accts, 0, EDITOR_PASSWORDS_MAX);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26