mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
need to throw G_KEEPERR flag when calling ZNC::Eval
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@287 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -519,7 +519,7 @@ bool CModPerl::Eval( const CString & sScript, const CString & sFuncName )
|
||||
|
||||
SPAGAIN;
|
||||
|
||||
call_pv( sFuncName.c_str(), G_EVAL|G_VOID|G_DISCARD );
|
||||
call_pv( sFuncName.c_str(), G_EVAL|G_KEEPERR|G_VOID|G_DISCARD );
|
||||
|
||||
bool bReturn = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user