repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
netris
/
05_init-static-vars.patch
blob
cf3bec37129ea90bebcc6db321a69109a03cdfae
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
6
7
ExtFunc void InitNet(void)
8
{
9
+ lostConn = 0;
10
+ gotEndConn = 0;
11
AtExit(CloseNet);
12
}
13