[BACK]Return to servconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.c between version 1.229 and 1.230

version 1.229, 2012/07/13 01:35:21 version 1.230, 2012/09/13 23:37:36
Line 579 
Line 579 
 }  }
   
 /*  /*
  * All of the attributes on a single Match line are ANDed together, so we need to check every   * All of the attributes on a single Match line are ANDed together, so we need
  * attribute and set the result to zero if any attribute does not match.   * to check every * attribute and set the result to zero if any attribute does
    * not match.
  */   */
 static int  static int
 match_cfg_line(char **condition, int line, struct connection_info *ci)  match_cfg_line(char **condition, int line, struct connection_info *ci)

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230