commit | 88440ae70eda83d0cc94148d404f4990c9f1289c | [log] [tgz] |
---|---|---|
author | Balazs Scheidler <bazsi@balabit.hu> | Thu Oct 21 16:04:33 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Thu Oct 21 16:04:33 2010 +0200 |
tree | 1eb2d41db913c3e18e0846c756c317a6a6db7203 | |
parent | e97c3e278e951501c2f385de70c3ceacdea78c4a [diff] |
tproxy: added const specifiers to udp lookup functions The parameters for various UDP lookup functions were non-const, even though they could be const. TProxy has some const references and instead of downcasting it, I added const specifiers along the path. Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> Signed-off-by: KOVACS Krisztian <hidden@balabit.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>