Module Name: src
Committed By: christos
Date: Mon Jun 13 15:00:20 UTC 2022
Modified Files:
src/external/bsd/blocklist/bin: conf.c
Log Message:
Remove comment explaining why the code was disabled before (Jose Luis Duran)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/blocklist/bin/conf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/blocklist/bin/conf.c
diff -u src/external/bsd/blocklist/bin/conf.c:1.1.1.1 src/external/bsd/blocklist/bin/conf.c:1.2
--- src/external/bsd/blocklist/bin/conf.c:1.1.1.1 Sun Jun 14 21:52:53 2020
+++ src/external/bsd/blocklist/bin/conf.c Mon Jun 13 11:00:20 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.1.1.1 2020/06/15 01:52:53 christos Exp $ */
+/* $NetBSD: conf.c,v 1.2 2022/06/13 15:00:20 christos Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: conf.c,v 1.1.1.1 2020/06/15 01:52:53 christos Exp $");
+__RCSID("$NetBSD: conf.c,v 1.2 2022/06/13 15:00:20 christos Exp $");
#include <stdio.h>
#ifdef HAVE_LIBUTIL_H
@@ -1005,7 +1005,6 @@ confset_match(const struct confset *cs,
#ifdef AF_ROUTE
static int
conf_route_perm(int fd) {
-/* Disable for now, the access check in the routing socket uses curlwp */
#if defined(RTM_IFANNOUNCE) && defined(RT_ROUNDUP)
/*
* Send a routing message that is not supported to check for access