git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97c3e2
)
tproxy: added const specifiers to udp lookup functions
author
Balazs Scheidler
<bazsi@balabit.hu>
Thu, 21 Oct 2010 14:04:33 +0000
(16:04 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Thu, 21 Oct 2010 14:04:33 +0000
(16:04 +0200)
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>
No differences found