Unverified Commit a49b7668 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by GitHub
Browse files

Remove leftover after CONFIG SET bind change. (#9129)

parent 8284544a
...@@ -178,11 +178,6 @@ start_server {tags {"introspection"}} { ...@@ -178,11 +178,6 @@ start_server {tags {"introspection"}} {
} }
} }
# TODO: Remove this when CONFIG SET bind "" is fixed.
if {$::external} {
append skip_configs bind
}
set configs {} set configs {}
foreach {k v} [r config get *] { foreach {k v} [r config get *] {
if {[lsearch $skip_configs $k] != -1} { if {[lsearch $skip_configs $k] != -1} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment