Skip to content

Commit a17d3c9

Browse files
authored
Update pyWrapper.cpp
Signed-off-by: ybyang <[email protected]>
1 parent 44c3cb2 commit a17d3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyWrapper.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ int callBack(Response *resp, char *usrTag) {
625625
printf("null cb....\n");
626626
return -1;
627627
}
628-
628+
int ret;
629629
pDataList headPtr = nullptr;
630630
pDataList curPtr = nullptr;
631631
// 先判断python有没有抛出错误. response中的 errorCode
@@ -766,4 +766,4 @@ void DelSidUsrTag(std::string sid) {
766766
RECORD_MUTEX.lock();
767767
SID_USRTAG.erase(sid);
768768
RECORD_MUTEX.unlock();
769-
}
769+
}

0 commit comments

Comments
 (0)