diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-13 14:28:17 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-13 14:28:17 -0800 |
commit | 23bb44f2d6379b656a4166bdbf52c4b116b482e6 (patch) | |
tree | db21d40f2d0abf0bf8959fd9acf57e55f17eec08 /service/ControlPlane.cpp | |
parent | 16f11e91d1e574976483dc8725d27b9bb7cb7800 (diff) | |
download | infinitytier-23bb44f2d6379b656a4166bdbf52c4b116b482e6.tar.gz infinitytier-23bb44f2d6379b656a4166bdbf52c4b116b482e6.zip |
Fix small typo.
Diffstat (limited to 'service/ControlPlane.cpp')
-rw-r--r-- | service/ControlPlane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp index 100deeda..6b6c724b 100644 --- a/service/ControlPlane.cpp +++ b/service/ControlPlane.cpp @@ -276,7 +276,7 @@ unsigned int ControlPlane::handleRequest( res.push_back(mj); } - scode = 2;; + scode = 200; } else { // Return a single moon by ID |