You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2012/05/28 16:06:45 UTC

git commit: TS-1195 - fixed issue for regression testing.

Updated Branches:
  refs/heads/master 4413ae1f8 -> 5321ca4d5


TS-1195 - fixed issue for regression testing.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5321ca4d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5321ca4d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5321ca4d

Branch: refs/heads/master
Commit: 5321ca4d5057d7ce3680a50f7f066501ab8d27c1
Parents: 4413ae1
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Mon May 28 09:05:36 2012 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Mon May 28 09:05:36 2012 -0500

----------------------------------------------------------------------
 proxy/hdrs/MIME.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5321ca4d/proxy/hdrs/MIME.cc
----------------------------------------------------------------------
diff --git a/proxy/hdrs/MIME.cc b/proxy/hdrs/MIME.cc
index 30d2fd8..8ea7b93 100644
--- a/proxy/hdrs/MIME.cc
+++ b/proxy/hdrs/MIME.cc
@@ -2117,7 +2117,7 @@ MIMEField* MIMEHdr::get_host_port_values(
   if (port_ptr)
     *port_ptr = 0;
   if (port_len)
-    port_len = 0;
+    *port_len = 0;
 
   if (field) {
     ts::ConstBuffer b(field->m_ptr_value, field->m_len_value);