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

Diff of /imapfilter/passwd.c

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

revision 1.18 by lefcha, Fri Feb 13 12:17:16 2004 UTC revision 1.19 by lefcha, Sat Feb 14 19:14:43 2004 UTC
# Line 308  password_editor(void) Line 308  password_editor(void)
308                                  accts[n - 1]->pass[0] = '\0';                                  accts[n - 1]->pass[0] = '\0';
309                                  printf("Enter new password: ");                                  printf("Enter new password: ");
310                                  if (fgets(accts[n - 1]->pass, PASS_LEN,                                  if (fgets(accts[n - 1]->pass, PASS_LEN,
311                                          stdin) &&                                      stdin) &&
312                                      (c = strchr(accts[n - 1]->pass, '\n')))                                      (c = strchr(accts[n - 1]->pass, '\n')))
313                                          *c = '\0';                                          *c = '\0';
314                          } else if (*c == 'c') {                          } else if (*c == 'c') {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26