From a3054ef0d9db191f8c13be936330f569bf209385 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 13 Jul 2017 08:24:31 -0400 Subject: [PATCH] common: revert public_addr setting to a string This was a string in the old schema, and tests depended on that -- if we want to change its type let's do that separately to the infrastructure changes. Signed-off-by: John Spray --- src/common/options.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index e5540b6717a..4ee2ff2d022 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -105,14 +105,12 @@ const std::vector