]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: const correctness in ftpListParseParts.
authorrobertc <>
Mon, 9 Jun 2003 10:51:10 +0000 (10:51 +0000)
committerrobertc <>
Mon, 9 Jun 2003 10:51:10 +0000 (10:51 +0000)
commit65bfb9ab7652eff39a67ad57d64ae25b151e2f3e
treeb8f8b1f6279b3e75ea7c7f15db1325e298617c67
parent77bfc32480b7561102d80c3dfa038f791ad61a5a
Summary: const correctness in ftpListParseParts.
Keywords:

ftpListParseParts abused a char * pointer to index into a const char * string - fixed.
src/ftp.cc