fixed bug amb400

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401014
This commit is contained in:
David Anderson 2007-06-24 01:45:33 +00:00
parent e52e896396
commit 493ee21c6d

View File

@ -181,7 +181,7 @@ static cell_t smn_KillTimer(IPluginContext *pCtx, const cell_t *params)
HandleSecurity sec; HandleSecurity sec;
TimerInfo *pInfo; TimerInfo *pInfo;
sec.pOwner = NULL; sec.pOwner = pCtx->GetIdentity();
sec.pIdentity = g_pCoreIdent; sec.pIdentity = g_pCoreIdent;
if ((herr=g_HandleSys.ReadHandle(hndl, g_TimerType, &sec, (void **)&pInfo)) if ((herr=g_HandleSys.ReadHandle(hndl, g_TimerType, &sec, (void **)&pInfo))