summaryrefslogtreecommitdiff
path: root/appl/cmd/auth/passwd.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/auth/passwd.b')
-rw-r--r--appl/cmd/auth/passwd.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/cmd/auth/passwd.b b/appl/cmd/auth/passwd.b
index d10b5c95..b001cb16 100644
--- a/appl/cmd/auth/passwd.b
+++ b/appl/cmd/auth/passwd.b
@@ -80,7 +80,7 @@ init(nil: ref Draw->Context, args: list of string)
sys->print("key owner: %s\n", ai.mypk.owner);
sys->pctl(Sys->FORKNS|Sys->FORKFD, nil);
- remid := mountsrv(ai);
+ mountsrv(ai);
# get password
ok: int;
@@ -224,7 +224,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);