Author: dim
Date: Sat Apr 25 15:36:50 2020
New Revision: 360312
URL: https://svnweb.freebsd.org/changeset/base/360312
Log:
MFC r348284 (by lwhsu):
Remove an uneeded indentation introduced in r223637 to silence gcc warnging
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/sys/netpfil/pf/pf.c
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/sys/netpfil/pf/pf.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/sys/netpfil/pf/pf.c
==============================================================================
--- stable/12/sys/netpfil/pf/pf.c Sat Apr 25 15:34:48 2020
(r360311)
+++ stable/12/sys/netpfil/pf/pf.c Sat Apr 25 15:36:50 2020
(r360312)
@@ -5267,7 +5267,7 @@ pf_test_state_other(struct pf_state **state, int direc
nk->addr[pd->didx].v4.s_addr,
0);
- break;
+ break;
#endif /* INET */
#ifdef INET6
case AF_INET6:
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"