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

Diff for /src/usr.bin/ssh/servconf.h between version 1.110 and 1.111

version 1.110, 2013/10/29 09:48:02 version 1.111, 2013/12/05 01:16:41
Line 200 
Line 200 
  * Match sub-config and the main config, and must be sent from the   * Match sub-config and the main config, and must be sent from the
  * privsep slave to the privsep master. We use a macro to ensure all   * privsep slave to the privsep master. We use a macro to ensure all
  * the options are copied and the copies are done in the correct order.   * the options are copied and the copies are done in the correct order.
    *
    * NB. an option must appear in servconf.c:copy_set_server_options() or
    * COPY_MATCH_STRING_OPTS here but never both.
  */   */
 #define COPY_MATCH_STRING_OPTS() do { \  #define COPY_MATCH_STRING_OPTS() do { \
                 M_CP_STROPT(banner); \                  M_CP_STROPT(banner); \

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111