Skip to content

Commit 546a2af

Browse files
committed
bug fix
1 parent ae8ea13 commit 546a2af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PackageHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ void handlePackage(CSession *pSession, PkgHeader *header, MsgHeader *msgHead, ch
3535

3636
printf("session does not bind a networkObject!!!!!disconnect\n");
3737
pSession->setStatus(waitdel);
38+
assert(false);
3839
return;
3940
}
4041
assert(NULL != networkObj->getSession());

0 commit comments

Comments
 (0)