mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
67793138f3
- make compile with clang - add LICENSE
12 lines
357 B
C
12 lines
357 B
C
--- echogui/servercode.c.orig 2013-12-27 22:13:30.194795239 -0500
|
|
+++ echogui/servercode.c 2013-12-27 22:13:50.872793794 -0500
|
|
@@ -641,7 +641,7 @@
|
|
FD_CLR(serverSocket, &exceptFds);
|
|
FD_CLR(serverSocket, &writeFds);
|
|
close(serverSocket);
|
|
- serverPortState == CLOSED;
|
|
+ serverPortState = CLOSED;
|
|
if(serverShutdown)
|
|
quit = 1;
|
|
else{
|