summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--src/eyefiworker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eyefiworker.cc b/src/eyefiworker.cc
index 90c2bc2..c971922 100644
--- a/src/eyefiworker.cc
+++ b/src/eyefiworker.cc
@@ -9,7 +9,7 @@ eyefiworker::eyefiworker()
9 } 9 }
10 10
11int eyefiworker::run(int port) { 11int eyefiworker::run(int port) {
12 if(!soap_valid_socket(bind(0,port,5))) 12 if(!soap_valid_socket(bind(0,port,64)))
13 throw std::runtime_error("failed to bind()"); 13 throw std::runtime_error("failed to bind()");
14 signal(SIGCHLD,SIG_IGN); 14 signal(SIGCHLD,SIG_IGN);
15 while(true) { 15 while(true) {