summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-11 16:26:22 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-11 16:26:22 +0000
commit3e95f0545729a43d4c0a7fe2b906783856db05fd (patch)
treece014b46e3f33b8484bdd79b70c816c9553214f0 /Makefile.am
parent3c79979b830ad0204ae47592fa858a996ce90b5e (diff)
downloadrsyslog-3e95f0545729a43d4c0a7fe2b906783856db05fd.tar.gz
rsyslog-3e95f0545729a43d4c0a7fe2b906783856db05fd.tar.xz
rsyslog-3e95f0545729a43d4c0a7fe2b906783856db05fd.zip
fixed a potential race condition, see link for details:
http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bdc14486..1e6cf5a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,8 @@ rsyslogd_SOURCES = \
template.h \
outchannel.h \
liblogging-stub.h \
+ sync.c \
+ sync.h \
net.c \
net.h \
msg.c \