Browse Source

local network tests

kaikas 7 years ago
parent
commit
c5a5a1de1b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      test/mycodaemon.c

+ 1 - 2
test/mycodaemon.c

@@ -5,11 +5,10 @@
 #include "../src/myco-daemon.c"
 
 
-// TODO: make into daemon later
 int main() {
 
 
-    if (myco_daemon_start(getpid(), "127.0.0.1", "127.0.0.1") == -1) {
+    if (myco_daemon_start(getpid(), "192.168.0.35", "192.168.0.10") == -1) {
         return EXIT_FAILURE;
     }