diff --git a/weed-fs/src/cmd/weedc.go b/weed-fs/src/cmd/weedc.go index 6b8800d23..b2e9dda39 100644 --- a/weed-fs/src/cmd/weedc.go +++ b/weed-fs/src/cmd/weedc.go @@ -45,6 +45,10 @@ func GetHandler(w http.ResponseWriter, r *http.Request) { if dotIndex > 0 { fid = path[commaIndex+1 : dotIndex] } + if commaIndex <= 0 { + log.Println("unknown file id", path[sepIndex+1 : commaIndex]) + return + } volumeId, _ := strconv.Atoui64(path[sepIndex+1 : commaIndex]) n.ParsePath(fid)