[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.31 and 1.32

version 1.31, 2016/08/23 03:22:49 version 1.32, 2016/09/21 16:55:42
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.31  
changed lines
  Added in v.1.32