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

Diff for /src/usr.bin/ssh/monitor.c between version 1.173 and 1.174

version 1.173, 2017/09/12 06:32:07 version 1.174, 2017/10/02 19:33:20
Line 680 
Line 680 
                 for (i = 0; i < options.nx; i++) \                  for (i = 0; i < options.nx; i++) \
                         buffer_put_cstring(m, options.x[i]); \                          buffer_put_cstring(m, options.x[i]); \
         } while (0)          } while (0)
   #define M_CP_STRARRAYOPT_ALLOC(x, nx) M_CP_STRARRAYOPT(x, nx)
         /* See comment in servconf.h */          /* See comment in servconf.h */
         COPY_MATCH_STRING_OPTS();          COPY_MATCH_STRING_OPTS();
 #undef M_CP_STROPT  #undef M_CP_STROPT
 #undef M_CP_STRARRAYOPT  #undef M_CP_STRARRAYOPT
   #undef M_CP_STRARRAYOPT_ALLOC
   
         /* Create valid auth method lists */          /* Create valid auth method lists */
         if (auth2_setup_methods_lists(authctxt) != 0) {          if (auth2_setup_methods_lists(authctxt) != 0) {

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174