Difference for server/ban.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_ban_c =   * static char *rcsid_ban_c =
  *   "$Id: ban.c,v 1.5 2002/01/02 00:26:28 garbled Exp $";   *   "$Id: ban.c,v 1.6 2002/09/07 22:08:07 mwedel Exp $";
  */   */
   
 /*  /*
Line 34
 
Line 34
   int           num1;    int           num1;
   int   Hits=0;                 /* Hits==2 means we're banned */    int   Hits=0;                 /* Hits==2 means we're banned */
   
   sprintf (buf, "%s/%s", settings.datadir, BANFILE);    sprintf (buf, "%s/%s", settings.confdir, BANFILE);
   if ((bannedfile = fopen(buf, "r")) == NULL) {    if ((bannedfile = fopen(buf, "r")) == NULL) {
     LOG (llevDebug, "Could not find file Banned file.\n");      LOG (llevDebug, "Could not find file Banned file.\n");
     return(0);      return(0);


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:26