diff options
author | nandika | 2012-12-26 06:58:02 +0000 |
---|---|---|
committer | nandika | 2012-12-26 06:58:02 +0000 |
commit | 1db71107c41ad876bc2b8316bdd7ab070eb867a7 (patch) | |
tree | 2329256c67caab2c4fe74aae01d1429f87815085 /src | |
parent | 784bcca0da07bec4f2d61b46e9f2f8c94f2ec524 (diff) | |
download | axis2c-1db71107c41ad876bc2b8316bdd7ab070eb867a7.tar.gz axis2c-1db71107c41ad876bc2b8316bdd7ab070eb867a7.tar.bz2 |
Committing patch for AXIS2C-1597.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/core/transport/http/util/http_transport_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/http/util/http_transport_utils.c b/src/core/transport/http/util/http_transport_utils.c index 844e1fa..903b13b 100644 --- a/src/core/transport/http/util/http_transport_utils.c +++ b/src/core/transport/http/util/http_transport_utils.c @@ -2505,7 +2505,7 @@ axis2_http_transport_utils_process_accept_headers( rec = axis2_http_accept_record_create(env, token); if(rec) { - axutil_array_list_add(accept_field_list, env, rec); + axutil_array_list_add(accept_record_list, env, rec); } AXIS2_FREE(env->allocator, token); } |