diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 17:26:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 17:26:58 +0000 |
commit | 4db62823e7a8e41e829c08a461f5e6b2193a6d62 (patch) | |
tree | e75cd4d21d17d0e6d4964f4e5b25568b75abaef9 /plugins/imudp | |
parent | d471e71adabdad4fba8b59c4017a1c5f1f111073 (diff) | |
download | rsyslog-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/imudp')
-rw-r--r-- | plugins/imudp/imudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c index f18461e7..17afa9a0 100644 --- a/plugins/imudp/imudp.c +++ b/plugins/imudp/imudp.c @@ -278,7 +278,7 @@ CODESTARTmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr CHKiRet(objUse(errmsg, CORE_COMPONENT)); - CHKiRet(objUse(net, "net")); + CHKiRet(objUse(net, LM_NET_FILENAME)); /* register config file handlers */ CHKiRet(omsdRegCFSLineHdlr((uchar *)"udpserverrun", 0, eCmdHdlrGetWord, |