summaryrefslogtreecommitdiff
path: root/appl/cmd/rcmd.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/rcmd.b')
-rw-r--r--appl/cmd/rcmd.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/rcmd.b b/appl/cmd/rcmd.b
index 43fe9078..69061a73 100644
--- a/appl/cmd/rcmd.b
+++ b/appl/cmd/rcmd.b
@@ -141,7 +141,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);