summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index 222334a8..8b0d6d81 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -837,7 +837,7 @@ CODESTARTmodInit
/* request objects we use */
CHKiRet(objUse(errmsg, CORE_COMPONENT));
- CHKiRet(objUse(net, "net"));
+ CHKiRet(objUse(net, LM_NET_FILENAME));
ENDmodInit
/* vim:set ai: