Browse Source

fix compilation error

pull/555/head
Chris Lu 7 years ago
parent
commit
3288d729ae
  1. 3
      weed/server/volume_server_handlers_vacuum.go

3
weed/server/volume_server_handlers_vacuum.go

@ -2,10 +2,9 @@ package weed_server
import (
"net/http"
"strconv"
"fmt"
"github.com/chrislusf/seaweedfs/weed/glog"
"strconv"
)
func (vs *VolumeServer) vacuumVolumeCheckHandler(w http.ResponseWriter, r *http.Request) {

Loading…
Cancel
Save