Diff for /embedaddon/dnsmasq/src/conntrack.c between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2021/03/17 00:56:46 version 1.1.1.5, 2023/09/27 11:02:07
Line 1 Line 1
/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley/* dnsmasq is Copyright (c) 2000-2022 Simon Kelley
   
    This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
Line 82  static int callback(enum nf_conntrack_msg_type type, s Line 82  static int callback(enum nf_conntrack_msg_type type, s
   return NFCT_CB_CONTINUE;    return NFCT_CB_CONTINUE;
 }  }
   
#endif#endif /* HAVE_CONNTRACK */
   
 
 

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>