aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf.c b/conf.c
index ce6c012..2f22a7f 100644
--- a/conf.c
+++ b/conf.c
@@ -172,11 +172,6 @@ static void conf_ports_range_except(const struct ctx *c, char optname,
for (i = base; i <= last; i++) {
if (exclude && bitmap_isset(exclude, i))
break;
-
- if (bitmap_isset(fwd->map, i)) {
- warn(
-"Altering mapping of already mapped port number: %s", optarg);
- }
}
if ((optname == 'T' || optname == 'U') && c->no_bindtodevice) {