summaryrefslogtreecommitdiff
path: root/appl/cmd/telnet.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-01-16 13:39:58 +0000
committerCharles.Forsyth <devnull@localhost>2008-01-16 13:39:58 +0000
commit3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch)
treed40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /appl/cmd/telnet.b
parentca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff)
20080116-1340
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);