summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-10 10:13:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-10 10:13:33 +0000
commitd5e7ec7a8382bef969e50e4a3f8c0155f6a27d3a (patch)
tree80f77ff627eeba82cdb7225255b1458d468217e1
parentdbfc0329131107c3e1b11612d96ca66bdf861e3b (diff)
downloadrsyslog-d5e7ec7a8382bef969e50e4a3f8c0155f6a27d3a.tar.gz
rsyslog-d5e7ec7a8382bef969e50e4a3f8c0155f6a27d3a.tar.xz
rsyslog-d5e7ec7a8382bef969e50e4a3f8c0155f6a27d3a.zip
fixed forgotten library file name change
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index cd34a3f5..a00b6290 100644
--- a/conf.c
+++ b/conf.c
@@ -1170,7 +1170,7 @@ BEGINAbstractObjClassInit(conf, 1, OBJ_IS_CORE_MODULE) /* class, version - CHANG
CHKiRet(objUse(ctok, CORE_COMPONENT));
CHKiRet(objUse(module, CORE_COMPONENT));
CHKiRet(objUse(errmsg, CORE_COMPONENT));
- CHKiRet(objUse(net, "net"));
+ CHKiRet(objUse(net, LM_NET_FILENAME));
ENDObjClassInit(conf)
/* vi:set ai: