summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-14 11:19:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-14 11:19:02 +0200
commit7b456ce548030ff362d3a2be04b1e5c2c89e0dcb (patch)
treedbde3d8ff7515f5baf109c5ed17454e2f9665ab4 /configure.ac
parent8eb888d049da12e1294a7688432b6325794ade32 (diff)
downloadrsyslog-7b456ce548030ff362d3a2be04b1e5c2c89e0dcb.tar.gz
rsyslog-7b456ce548030ff362d3a2be04b1e5c2c89e0dcb.tar.xz
rsyslog-7b456ce548030ff362d3a2be04b1e5c2c89e0dcb.zip
bugfix: imfile could cause a segfault upon rsyslogd HUP and termination
Thanks to lperr for an excellent bug report that helped detect this problem.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index caffe01e..b5427ab9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[3.18.3-Test3],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.18.3-Test4],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])