artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f2c77f
)
correctly indent a line
author
jsg
<jsg@openbsd.org>
Mon, 19 Aug 2024 13:01:47 +0000
(13:01 +0000)
committer
jsg
<jsg@openbsd.org>
Mon, 19 Aug 2024 13:01:47 +0000
(13:01 +0000)
sbin/pfctl/pfctl_table.c
patch
|
blob
|
history
diff --git
a/sbin/pfctl/pfctl_table.c
b/sbin/pfctl/pfctl_table.c
index
0d8c326
..
a0a4c52
100644
(file)
--- a/
sbin/pfctl/pfctl_table.c
+++ b/
sbin/pfctl/pfctl_table.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pfctl_table.c,v 1.
89 2024/07/14 19:51:08 sashan
Exp $ */
+/* $OpenBSD: pfctl_table.c,v 1.
90 2024/08/19 13:01:47 jsg
Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@
-529,7
+529,7
@@
pfctl_define_table(char *name, int flags, int addrs, const char *anchor,
bzero(&tbl_buf, sizeof(tbl_buf));
tbl = &tbl_buf;
} else {
-
if (ab->pfrb_size != 0) {
+ if (ab->pfrb_size != 0) {
/*
* copy IP addresses which come with table from
* temporal buffer to buffer attached to table.