summaryrefslogtreecommitdiff
path: root/pppd/auth.c
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 16:52:33 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commitf7307b3f74f9a2fd64acc77b0c884ed1cc9afe56 (patch)
tree5dec0b047b937babeb0aaba2cdbda8f3bc781836 /pppd/auth.c
parent898d3f4b437ca1348abc1bbd036b0106c66a7ba6 (diff)
downloadppp-f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56.tar.gz
Changing PPP_FILTER to PPP_WITH_FILTER for consistency.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/auth.c')
-rw-r--r--pppd/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/auth.c b/pppd/auth.c
index c6e2344..5a7863d 100644
--- a/pppd/auth.c
+++ b/pppd/auth.c
@@ -949,7 +949,7 @@ start_networks(int unit)
}
#endif /* PPP_WITH_MULTILINK */
-#ifdef PPP_FILTER
+#ifdef PPP_WITH_FILTER
if (!demand)
set_filters(&pass_filter, &active_filter);
#endif