Author: damitha
Date: Tue Apr 7 06:54:46 2009
New Revision: 762640
URL: http://svn.apache.org/viewvc?rev=762640&view=rev
Log: (empty)
Modified:
webservices/savan/trunk/c/src/storage/registry/storage_mgr.c
Modified: webservices/savan/trunk/c/src/storage/registry/storage_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/storage/registry/storage_mgr.c?rev=762640&r1=762639&r2=762640&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/storage/registry/storage_mgr.c (original)
+++ webservices/savan/trunk/c/src/storage/registry/storage_mgr.c Tue Apr 7
06:54:46 2009
@@ -181,7 +181,7 @@
storagemgrimpl->reg_url = axutil_strdup(env, connection_string);
storagemgrimpl->username = axutil_strdup(env, username);
storagemgrimpl->password = axutil_strdup(env, password);
- storagemgrimpl->conf = conf;
+ storagemgrimpl->conf = NULL;
storagemgrimpl->storagemgr.ops = &storage_mgr_ops;
status = savan_registry_storage_mgr_init_resource((savan_storage_mgr_t *)
storagemgrimpl, env);