Commit 81de1746 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse: don't panic if we see protocol version 13 on Darwin.

parent 41c29e1c
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
) )
func (s *Server) setSplice() { func (s *Server) setSplice() {
panic("darwin has no splice.") s.canSplice = false
} }
func (ms *Server) trySplice(header []byte, req *request, fdData *readResultFd) error { func (ms *Server) trySplice(header []byte, req *request, fdData *readResultFd) error {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment