Fix the error of copy.

This commit is contained in:
zicla
2020-03-12 01:29:22 +08:00
parent bea9a0a56d
commit eb89807cf1
2 changed files with 6 additions and 1 deletions

View File

@ -416,7 +416,7 @@ func (this *DavService) HandleCopy(writer http.ResponseWriter, request *http.Req
fmt.Printf("COPY %s\n", subPath)
//debug point
if request.Header.Get("X-Litmus") == "copymove: 5 (copy_nodestcoll)" {
if request.Header.Get("X-Litmus") == "copymove: 7 (copy_coll)" {
fmt.Println("stop here")
}