diff options
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 8c15d4b3e..553fee870 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * - local IP address is retrieved (using recvmsg voodoo) but | 25 | * - local IP address is retrieved (using recvmsg voodoo) but |
26 | * child's socket is not bound to it (bind cannot be called on | 26 | * child's socket is not bound to it (bind cannot be called on |
27 | * already bound socket). Thus it still can emit outgoing packets | 27 | * already bound socket). Thus it still can emit outgoing packets |
28 | * with wrong sorce IP... | 28 | * with wrong source IP... |
29 | * - don't know how to retrieve ORIGDST for udp. | 29 | * - don't know how to retrieve ORIGDST for udp. |
30 | */ | 30 | */ |
31 | 31 | ||