diff options
Diffstat (limited to 'kernel/driver/pptp.c')
-rw-r--r-- | kernel/driver/pptp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/driver/pptp.c b/kernel/driver/pptp.c index e968aea2..330349e6 100644 --- a/kernel/driver/pptp.c +++ b/kernel/driver/pptp.c @@ -675,7 +675,6 @@ static int pptp_rcv(struct sk_buff *skb) if (log_level>=1) printk(KERN_INFO"PPTP: Discarding packet from unknown call_id %i\n",htons(header->call_id)); #endif - icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); } drop: |