From: Mark Wooding Date: Fri, 5 Feb 2016 00:19:41 +0000 (+0000) Subject: linux.c (init_sys): Describe the sections of initialization code. X-Git-Tag: 1.0.4~7 X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/commitdiff_plain/af7ed5c7d9bc023182dc0dd4d27605d19168c43c?hp=2abfa39366012d4fd46dd8f026fbce1be56a5533 linux.c (init_sys): Describe the sections of initialization code. There's only one so far, but more will come. --- diff --git a/linux.c b/linux.c index 25fcb6c..413fcdc 100644 --- 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",