summaryrefslogtreecommitdiffstats
path: root/modules.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-31 09:07:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-31 09:07:24 +0000
commit26aa8b09dbc2de1c7bdd97921a273511d585e043 (patch)
treeefb400bafcf30f832e1418d3a8e448b01d7d1293 /modules.c
parenteddf674157b304f167d965ccff80ec223b7f9ab1 (diff)
downloadrsyslog-26aa8b09dbc2de1c7bdd97921a273511d585e043.tar.gz
rsyslog-26aa8b09dbc2de1c7bdd97921a273511d585e043.tar.xz
rsyslog-26aa8b09dbc2de1c7bdd97921a273511d585e043.zip
worked a bit on atomic memory operations to support problem-free threading
(only at non-intrusive places)
Diffstat (limited to 'modules.c')
-rw-r--r--modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.c b/modules.c
index ad78e6e8..b6164f91 100644
--- a/modules.c
+++ b/modules.c
@@ -87,7 +87,7 @@ modUsrAdd(modInfo_t *pThis, char *pszUsr)
pThis->pModUsrRoot = pUsr;
finalize_it:
- ENDfunc
+ ENDfunc;
}