From 493ee21c6d0a40db812f416303f9877340d08464 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 24 Jun 2007 01:45:33 +0000 Subject: [PATCH] fixed bug amb400 --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401014 --- core/smn_timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/smn_timers.cpp b/core/smn_timers.cpp index bc8ef4f0..5572c286 100644 --- a/core/smn_timers.cpp +++ b/core/smn_timers.cpp @@ -181,7 +181,7 @@ static cell_t smn_KillTimer(IPluginContext *pCtx, const cell_t *params) HandleSecurity sec; TimerInfo *pInfo; - sec.pOwner = NULL; + sec.pOwner = pCtx->GetIdentity(); sec.pIdentity = g_pCoreIdent; if ((herr=g_HandleSys.ReadHandle(hndl, g_TimerType, &sec, (void **)&pInfo))