[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.289 and 1.290

version 1.289, 2016/05/03 15:57:39 version 1.290, 2016/05/04 14:00:09
Line 1960 
Line 1960 
          * M_CP_INTOPT - it does a signed comparison that causes compiler           * M_CP_INTOPT - it does a signed comparison that causes compiler
          * warnings.           * warnings.
          */           */
         if (src->fwd_opts.streamlocal_bind_mask == (mode_t)-1) {          if (src->fwd_opts.streamlocal_bind_mask != (mode_t)-1) {
                 dst->fwd_opts.streamlocal_bind_mask =                  dst->fwd_opts.streamlocal_bind_mask =
                     src->fwd_opts.streamlocal_bind_mask;                      src->fwd_opts.streamlocal_bind_mask;
         }          }

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290