Skip to content

Commit 5065588

Browse files
committed
iSet correct port.
1 parent 9c288f6 commit 5065588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stunserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ main(int argc,
196196
sockfd = createLocalSocket(AF_INET,
197197
(struct sockaddr*)&localAddr,
198198
SOCK_DGRAM,
199-
0);
199+
port);
200200

201201
listenConfig.tInst = clientData;
202202
listenConfig.socketConfig[0].sockfd = sockfd;

0 commit comments

Comments
 (0)