This commit is contained in:
ferhat elmas 2018-07-09 23:25:40 +00:00 committed by GitHub
commit ba0a0b2ef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -899,7 +899,7 @@ func (s *Server) getManifestList(ctx context.Context, addr storage.Address, pref
return api.ErrSkipManifest return api.ErrSkipManifest
}) })
return list, nil return list, err
} }
// HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds // HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds