thanks, patch applied.

remember to use the -s flag when you commit the changes.

regards,

On Sat, May 26, 2012 at 1:51 PM, Mahesh Gondi <[email protected]> wrote:
> patch updated . .
>
>
> On Sat, May 26, 2012 at 9:34 PM, mahesh gondi <[email protected]> wrote:
>>
>> added missing the thread key initialisation for mk_cache_utils_gmt_text
>> ---
>>  src/monkey.c |    1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/src/monkey.c b/src/monkey.c
>> index a0cf6a9..88cb15d 100644
>> --- a/src/monkey.c
>> +++ b/src/monkey.c
>> @@ -54,6 +54,7 @@ static void mk_thread_keys_init(void)
>>     pthread_key_create(&mk_cache_header_ka, NULL);
>>     pthread_key_create(&mk_cache_header_ka_max, NULL);
>>     pthread_key_create(&mk_cache_utils_gmtime, NULL);
>> +    pthread_key_create(&mk_cache_utils_gmt_text, NULL);
>>     pthread_key_create(&mk_plugin_event_k, NULL);
>>  }
>>
>> --
>>
>>
>
>
> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey
>



-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://www.monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to