Author: damitha
Date: Mon Jan 14 00:09:56 2008
New Revision: 611735
URL: http://svn.apache.org/viewvc?rev=611735&view=rev
Log: (empty)
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c?rev=611735&r1=611734&r2=611735&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c Mon
Jan 14 00:09:56 2008
@@ -253,7 +253,8 @@
if(property)
{
msg_ctx_map = axutil_property_get_value(property, env);
- axutil_hash_set(msg_ctx_map, key, AXIS2_HASH_KEY_STRING, msg_ctx);
+ axutil_hash_set(msg_ctx_map, axutil_strdup(env, key),
+ AXIS2_HASH_KEY_STRING, msg_ctx);
}
}
axis2_msg_ctx_set_keep_alive(msg_ctx, env, AXIS2_TRUE);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]