summaryrefslogtreecommitdiff
path: root/appl/cmd/telnet.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/telnet.b')
-rw-r--r--appl/cmd/telnet.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/telnet.b b/appl/cmd/telnet.b
index 0a30f3f9..ff5a59e0 100644
--- a/appl/cmd/telnet.b
+++ b/appl/cmd/telnet.b
@@ -470,7 +470,7 @@ netmkaddr(addr, net, svc: string): string
{
if(net == nil)
net = "net";
- (n, l) := sys->tokenize(addr, "!");
+ (n, nil) := sys->tokenize(addr, "!");
if(n <= 1){
if(svc== nil)
return sys->sprint("%s!%s", net, addr);