summaryrefslogtreecommitdiff
path: root/hscript/network.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/network.cc')
-rw-r--r--hscript/network.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/hscript/network.cc b/hscript/network.cc
index c8f42de..1197944 100644
--- a/hscript/network.cc
+++ b/hscript/network.cc
@@ -33,7 +33,8 @@ Key *Network::parseFromData(const std::string &data, int lineno, int *errors,
}
bool Network::execute(ScriptOptions) const {
- return false;
+ /* The network key, by itself, does nothing. */
+ return true;
}
Key *NetAddress::parseFromData(const std::string &data, int lineno, int *errors,