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

Diff of /imapfilter/account.c

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

revision 1.6 by lefcha, Mon Feb 9 17:34:56 2004 UTC revision 1.7 by lefcha, Mon Feb 9 22:03:12 2004 UTC
# Line 88  set_account(char *line, regmatch_t * m) Line 88  set_account(char *line, regmatch_t * m)
88                          if (string_decode(node->password))                          if (string_decode(node->password))
89                                  return ERROR_CONFIG_PARSE;                                  return ERROR_CONFIG_PARSE;
90                  node->passwdattr = PASSWORD_PLAIN;                  node->passwdattr = PASSWORD_PLAIN;
91                    debug("PASSWORD: ''\n");
92          } else          } else
93                  flags |= FLAG_BLANK_PASSWORD;                  flags |= FLAG_BLANK_PASSWORD;
94    
         debug("PASSWORD: '%s'\n", node->password);  
   
95          strncat(node->server, line + m[6].rm_so,          strncat(node->server, line + m[6].rm_so,
96              min(m[6].rm_eo - m[6].rm_so, SERVER_LEN - 1));              min(m[6].rm_eo - m[6].rm_so, SERVER_LEN - 1));
97    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26