summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-10 16:13:07 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-10 16:13:07 -0800
commitd3bcc58074d608639176ce3cd30fa7c5307676b9 (patch)
tree95914c03f9f422e3a5ef5e1c52a69fe441523783 /main.cpp
parentbf0da9f2f778aeb3eebe200a8cdeecbc6e1f9253 (diff)
downloadinfinitytier-d3bcc58074d608639176ce3cd30fa7c5307676b9.tar.gz
infinitytier-d3bcc58074d608639176ce3cd30fa7c5307676b9.zip
Fix update URL stuff, fix main build, add update dummy for testing updates on OSX and Linux and such.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 37d82bc8..4bb47cf0 100644
--- a/main.cpp
+++ b/main.cpp
@@ -475,7 +475,7 @@ int main(int argc,char **argv)
try {
node = new Node(homeDir,port,controlPort);
switch(node->run()) {
- case Node::NODE_NODE_RESTART_FOR_UPGRADE: {
+ case Node::NODE_RESTART_FOR_UPGRADE: {
#ifdef __UNIX_LIKE__
const char *upgPath = node->reasonForTermination();
if (upgPath)