aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-06-18 09:27:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-06-18 09:27:06 +0000
commit4df3362818ac15691f1edc7d41549e5522d20990 (patch)
tree0358ed5cd1d8a16d0b1e1016f6e12965654d886d
parentbe26a5ae411b8cbe77951d82a90a04938b47b488 (diff)
downloadipacct-4df3362818ac15691f1edc7d41549e5522d20990.tar.gz
ipacct-4df3362818ac15691f1edc7d41549e5522d20990.tar.bz2
lib/argp-fmtstream.h
-rw-r--r--ipacct.conf.example1
-rw-r--r--src/list.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/ipacct.conf.example b/ipacct.conf.example
index 9ba2d90..6f096d3 100644
--- a/ipacct.conf.example
+++ b/ipacct.conf.example
@@ -7,6 +7,7 @@ dumpfile "/var/log/stat/ipacct.dump"
net 192.168.0.0/24
host 192.168.10.1
+#host 213.130.3.62
stream "net-0" is
from 213.130.0.1 as output
diff --git a/src/list.c b/src/list.c
index 004eea9..a55c008 100644
--- a/src/list.c
+++ b/src/list.c
@@ -16,7 +16,7 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Generic singly-linked lists */
-/* $Id: list.c,v 1.2 2001/06/15 04:46:37 gray Exp $ */
+/* $Id: list.c,v 1.3 2002/06/18 09:27:06 gray Exp $ */
#ifdef HAVE_CONFIG_H
# include <config.h>
@@ -49,6 +49,7 @@ _list_alloc_data(size)
syslog(LOG_CRIT, "not enough memory: exiting");
abort();
}
+ p->next = NULL;
return p;
}

Return to:

Send suggestions and report system problems to the System administrator.