diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-10 16:13:07 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-10 16:13:07 -0800 |
| commit | d3bcc58074d608639176ce3cd30fa7c5307676b9 (patch) | |
| tree | 95914c03f9f422e3a5ef5e1c52a69fe441523783 /main.cpp | |
| parent | bf0da9f2f778aeb3eebe200a8cdeecbc6e1f9253 (diff) | |
| download | infinitytier-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
