Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlucus committed Apr 24, 2024
1 parent 65adf48 commit f899703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnmi_server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func SaveOnSetEnabled() error {
}

// SaveOnSetDisabeld does nothing.
func saveOnSetDisabled() {return nil}
func saveOnSetDisabled() error { return nil }

func (s *Server) Set(ctx context.Context, req *gnmipb.SetRequest) (*gnmipb.SetResponse, error) {
e := s.ReqFromMaster(req, &s.masterEID)
Expand Down

0 comments on commit f899703

Please sign in to comment.