From 13fef28cbb13375ce80e74b5db37f408fee76cfd Mon Sep 17 00:00:00 2001 From: spiralvoice Date: Tue, 25 Oct 2011 19:06:15 +0000 Subject: [PATCH] patch #7647 --- distrib/ChangeLog | 1 + src/daemon/common/commonOptions.ml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/ChangeLog b/distrib/ChangeLog index ce730c4c..b5e72867 100644 --- a/distrib/ChangeLog +++ b/distrib/ChangeLog @@ -15,6 +15,7 @@ ChangeLog ========= 2011/10/25 +7647: Update options description of allow_local_network (ygrek) 7646: Include .desktop file in source package (ported from Arch Linux) 7645: DC: show hashing progress in dcinfo (ygrek) 7644: Fix broken target release.utils.static diff --git a/src/daemon/common/commonOptions.ml b/src/daemon/common/commonOptions.ml index b3ddb6c6..fc91bd0d 100644 --- a/src/daemon/common/commonOptions.ml +++ b/src/daemon/common/commonOptions.ml @@ -1685,8 +1685,7 @@ let max_comment_length = define_expert_option current_section ["max_comment_leng let current_section = debug_section let allow_local_network = define_expert_option current_section ["allow_local_network"] - "If this option is set, IP addresses on the local network are allowed - (only for debugging)" + "If this option is set, IP addresses on the local network are allowed" bool_option false let log_size = define_expert_option current_section ["log_size"] -- 2.11.4.GIT