summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-07 17:26:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-07 17:26:58 +0000
commit4db62823e7a8e41e829c08a461f5e6b2193a6d62 (patch)
treee75cd4d21d17d0e6d4964f4e5b25568b75abaef9 /plugins/imtcp
parentd471e71adabdad4fba8b59c4017a1c5f1f111073 (diff)
downloadrsyslog-4db62823e7a8e41e829c08a461f5e6b2193a6d62.tar.gz
rsyslog-4db62823e7a8e41e829c08a461f5e6b2193a6d62.tar.xz
rsyslog-4db62823e7a8e41e829c08a461f5e6b2193a6d62.zip
renamed library module file names to lm*, so that they match the overall
scheme (like im* and om*)
Diffstat (limited to 'plugins/imtcp')
-rw-r--r--plugins/imtcp/imtcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c
index 2da094a4..d58c6f56 100644
--- a/plugins/imtcp/imtcp.c
+++ b/plugins/imtcp/imtcp.c
@@ -205,9 +205,9 @@ CODESTARTmodInit
CODEmodInit_QueryRegCFSLineHdlr
pOurTcpsrv = NULL;
/* request objects we use */
- CHKiRet(objUse(net, "net"));
- CHKiRet(objUse(tcps_sess, "tcpsrv"));
- CHKiRet(objUse(tcpsrv, "tcpsrv"));
+ CHKiRet(objUse(net, LM_NET_FILENAME));
+ CHKiRet(objUse(tcps_sess, LM_TCPSRV_FILENAME));
+ CHKiRet(objUse(tcpsrv, LM_TCPSRV_FILENAME));
/* register config file handlers */
CHKiRet(omsdRegCFSLineHdlr((uchar *)"inputtcpserverrun", 0, eCmdHdlrGetWord,