summaryrefslogtreecommitdiff
path: root/appl/cmd/xmount.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/xmount.b')
-rw-r--r--appl/cmd/xmount.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/xmount.b b/appl/cmd/xmount.b
index 6d86c939..484c23f6 100644
--- a/appl/cmd/xmount.b
+++ b/appl/cmd/xmount.b
@@ -219,7 +219,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);