fengweiqiang il y a 6 ans
Parent
commit
27ecac5d55
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      udpfileocr/main.go

+ 1 - 1
udpfileocr/main.go

@@ -130,7 +130,7 @@ func processUdpMsg(act byte, data []byte, ra *net.UDPAddr) {
 							<-ChanB
 							continue
 						}
-						save(bson.ObjectIdHex(ObjectId), attk, &v, &fileinfo, &updateNum)
+						save(bson.ObjectIdHex(ObjectId), attk, data, &fileinfo, &updateNum)
 						<-ChanB
 					}
 				}