strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba922f9
)
Remove unused src/dst variables in send_no_marker()
author
Martin Willi
<martin@revosec.ch>
Tue, 21 Aug 2012 07:34:12 +0000
(09:34 +0200)
committer
Martin Willi
<martin@revosec.ch>
Tue, 21 Aug 2012 07:34:32 +0000
(09:34 +0200)
src/libcharon/network/sender.c
patch
|
blob
|
history
diff --git
a/src/libcharon/network/sender.c
b/src/libcharon/network/sender.c
index
641dd53
..
5787b9a
100644
(file)
--- a/
src/libcharon/network/sender.c
+++ b/
src/libcharon/network/sender.c
@@
-83,11
+83,6
@@
struct private_sender_t {
METHOD(sender_t, send_no_marker, void,
private_sender_t *this, packet_t *packet)
{
- host_t *src, *dst;
-
- src = packet->get_source(packet);
- dst = packet->get_destination(packet);
-
if (this->send_delay)
{
message_t *message;