chiark / gitweb /
linux.c (init_sys): Describe the sections of initialization code.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 5 Feb 2016 00:19:41 +0000 (00:19 +0000)
committerMark 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

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",