chiark
/
gitweb
/
~mdw
/
yaid
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2abfa39
)
linux.c (init_sys): Describe the sections of initialization code.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 Feb 2016 00:19:41 +0000
(
00:19
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 Feb 2016 00:19:41 +0000
(
00:19
+0000)
There's only one so far, but more will come.
linux.c
patch
|
blob
|
blame
|
history
diff --git
a/linux.c
b/linux.c
index 25fcb6c12794fbb7da600df17e6ef667d5183999..413fcdc2c3f3d9c8d622fb8acfbc114f7b3308d2 100644
(file)
--- a/
linux.c
+++ b/
linux.c
@@
-457,6
+457,7
@@
done:
/* Initialize the system-specific code. */
void init_sys(void)
{
+ /* Open the NAT connection map. */
if ((natfp = fopen("/proc/net/nf_conntrack", "r")) == 0 &&
errno != ENOENT) {
die(1, "failed to open `/proc/net/nf_conntrack' for reading: %s",