diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/configreader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index e242641f1..168bdd09b 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -450,9 +450,6 @@ void ServerConfig::Fill() Paths = ServerPaths(ConfValue("path")); NoSnoticeStack = options->getBool("nosnoticestack", false); - if (Network.find(' ') != std::string::npos) - throw CoreException(Network + " is not a valid network name. A network name must not contain spaces."); - std::string defbind = options->getString("defaultbind"); if (stdalgo::string::equalsci(defbind, "ipv4")) { |