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

Diff for /src/usr.bin/ssh/addrmatch.c between version 1.3 and 1.4

version 1.3, 2008/06/10 23:06:19 version 1.4, 2008/12/10 03:55:20
Line 29 
Line 29 
   
 #include "match.h"  #include "match.h"
 #include "log.h"  #include "log.h"
   #include "xmalloc.h"
   
 struct xaddr {  struct xaddr {
         sa_family_t     af;          sa_family_t     af;
Line 413 
Line 414 
                                 goto foundit;                                  goto foundit;
                 }                  }
         }          }
         free(o);          xfree(o);
   
         return ret;          return ret;
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4