Revert "Harden agains network packet overruns"
This reverts commit 6c1ea557b5.
This commit is contained in:
@@ -364,22 +364,7 @@ public:
|
||||
{
|
||||
if (mHandlerFunc)
|
||||
{
|
||||
|
||||
// <FS:ND> Handle invalid packets by throwing an exception and a graceful continue
|
||||
|
||||
// mHandlerFunc(msgsystem, mUserData);
|
||||
|
||||
try
|
||||
{
|
||||
mHandlerFunc(msgsystem, mUserData);
|
||||
}
|
||||
catch( std::string &why )
|
||||
{
|
||||
llwarns << why << llendl;
|
||||
}
|
||||
|
||||
// </FS:ND>
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user