summaryrefslogtreecommitdiff
path: root/rotord/rotord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotord.cpp')
-rwxr-xr-xrotord/rotord.cpp2
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;