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

Diff for /src/usr.bin/ssh/match.c between version 1.30 and 1.31

version 1.30, 2015/05/04 06:10:48 version 1.31, 2016/08/23 03:22:49
Line 156 
Line 156 
                                 return -1;              /* Negative */                                  return -1;              /* Negative */
                         else                          else
                                 got_positive = 1;       /* Positive */                                  got_positive = 1;       /* Positive */
                 }                  } else if (negated)
                           got_positive = 1;
         }          }
   
         /*          /*

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31