summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sshnet.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2023-01-09 14:44:23 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2023-01-09 14:44:23 +0000
commit24fa514abe616a5c55f8f20d48a268a805c2ec2f (patch)
treefea8be28bc30771dcdc7d23493b322f825f45b2e /sys/src/cmd/sshnet.c
parentb122f2c4b8c3ebf69ce46347bf752ef0d75fadc8 (diff)
sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)
Diffstat (limited to 'sys/src/cmd/sshnet.c')
-rwxr-xr-xsys/src/cmd/sshnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/sshnet.c b/sys/src/cmd/sshnet.c
index 00f85b045..291e2ab81 100755
--- a/sys/src/cmd/sshnet.c
+++ b/sys/src/cmd/sshnet.c
@@ -1445,7 +1445,7 @@ threadmain(int argc, char **argv)
ssh(argc, argv);
- threadpostmountsrv(&fs, service, mtpt, MREPL);
+ threadpostmountsrv(&fs, service, mtpt, MBEFORE);
threadexits(nil);
}