updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / netris / 05_init-static-vars.patch
blobcf3bec37129ea90bebcc6db321a69109a03cdfae
1 Index: netris-0.52/inet.c
2 ===================================================================
3 --- netris-0.52.orig/inet.c
4 +++ netris-0.52/inet.c
5 @@ -42,6 +42,8 @@ static int isServer, lostConn, gotEndCon
7 ExtFunc void InitNet(void)
9 + lostConn = 0;
10 + gotEndConn = 0;
11 AtExit(CloseNet);