diff options
| author | Comment <tim@gray.(none)> | 2013-07-03 02:10:30 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-07-03 02:10:30 +0100 |
| commit | d77afa02389ecaf1858c94e80530345610907a28 (patch) | |
| tree | 9b354397427e3a31a60de8d0582ceaeb6bed0f5d /rotord/rotord.cpp | |
| parent | 122d5c391c4884ce9939234a6798e1fc47b3c79c (diff) | |
monochrome node
Diffstat (limited to 'rotord/rotord.cpp')
| -rwxr-xr-x | rotord/rotord.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp index b46cebc..15210e9 100755 --- a/rotord/rotord.cpp +++ b/rotord/rotord.cpp @@ -260,7 +260,7 @@ int RotorServer::main(const std::vector<std::string>& args){ xmlIO xml; if(xml.loadFile("settings.xml") ){ - port=xml.getAttribute("Rotor","port",9980,0); + port=xml.getAttribute("Rotor","port",9000,0); } else cerr<<"Rotord: settings.xml not found, using defaults"<<endl; |
