Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
readd build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumcore committed Sep 29, 2020
1 parent 3dbe4fc commit 8b5d483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhdawn/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ void MainConnect(void)
exit(1);
}

server.sin_addr.s_addr = inet_addr("127.0.0.1");
server.sin_port = htons(421);
server.sin_addr.s_addr = inet_addr("{{serverhost}}");
server.sin_port = htons({{serverport}});

server.sin_family = AF_INET;

Expand Down

0 comments on commit 8b5d483

Please sign in to comment.