diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 16:10:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 16:10:58 +0000 |
commit | 549c0cccd44dc36a6ba8c480fa65bcaad6cb20ec (patch) | |
tree | ed166a3d83210c30502825d644f5be40a9624b08 /modules.c | |
parent | 1888852c9a59631771efb5975aa51ddb0305ceb2 (diff) | |
download | rsyslog-549c0cccd44dc36a6ba8c480fa65bcaad6cb20ec.tar.gz rsyslog-549c0cccd44dc36a6ba8c480fa65bcaad6cb20ec.tar.bz2 rsyslog-549c0cccd44dc36a6ba8c480fa65bcaad6cb20ec.zip |
extracted regexp functionality to its own dynamically loadable module
Diffstat (limited to 'modules.c')
-rw-r--r-- | modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -486,7 +486,6 @@ Load(uchar *pModName) } free(pModNameDup); - /* complete load path constructed, so ... GO! */ dbgprintf("loading module '%s'\n", szPath); if(!(pModHdlr = dlopen((char *) szPath, RTLD_NOW))) { |