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

Diff of /imapfilter/parse.c

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

revision 1.3 by lefcha, Sun Aug 3 16:06:04 2003 UTC revision 1.4 by lefcha, Sun Aug 3 17:40:10 2003 UTC
# Line 207  parse_config(FILE * fd) Line 207  parse_config(FILE * fd)
207    
208    
209  /*  /*
210   * Signal SIGHUP received, destroy all data structures and reread the   * Signal SIGUSR1 received, destroy all data structures and reread the
211   * configuration file.   * configuration file.
212   */   */
213  void  void
# Line 218  reread_config(char *cfg) Line 218  reread_config(char *cfg)
218  #ifdef ENCRYPTED_PASSWORDS  #ifdef ENCRYPTED_PASSWORDS
219          read_passwords();          read_passwords();
220  #endif  #endif
221          flags &= ~(FLAG_SIGHUP_RECEIVED);          flags &= ~(FLAG_SIGUSR1_RECEIVED);
222  }  }
223    
224    

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26