Skip to content

Commit c2b22a7

Browse files
fix build
1 parent db17460 commit c2b22a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/smb/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func (s *Server) RemoveSmbGlobalMapping(context context.Context, request *intern
136136
return response, err;
137137
}
138138

139-
err := s.hostAPI.RemoveSmbGlobalMapping(mappingPath)
139+
err = s.hostAPI.RemoveSmbGlobalMapping(mappingPath)
140140
if err != nil {
141141
klog.Errorf("failed RemoveSmbGlobalMapping %v", err)
142142
return response, err

0 commit comments

Comments
 (0)