diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-09 14:44:23 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-09 14:44:23 +0000 |
commit | 24fa514abe616a5c55f8f20d48a268a805c2ec2f (patch) | |
tree | fea8be28bc30771dcdc7d23493b322f825f45b2e /sys/src/cmd/sshnet.c | |
parent | b122f2c4b8c3ebf69ce46347bf752ef0d75fadc8 (diff) |
sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)
Diffstat (limited to 'sys/src/cmd/sshnet.c')
-rwxr-xr-x | sys/src/cmd/sshnet.c | 2 |
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); } |