Skip to content

Commit

Permalink
Merge branch 'main' into xattr-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rminnich authored Dec 13, 2024
2 parents 545bc62 + e834a54 commit 6d6bf14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmds/cpu/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ func main() {
if *port == "22" {
*sshd = true
}
if *srvnfs {
*ninep = false
}
verbose("connecting to %q port %q", host, *port)
if err := newCPU(host, a...); err != nil {
e := 1
Expand Down

0 comments on commit 6d6bf14

Please sign in to comment.