aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index b4233905f..a2a16e380 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -696,7 +696,7 @@ make_up_icmpv6_payload (struct ChannelState *ts,
696 * We got an ICMP packet back from the CADET channel. Check it is OK. 696 * We got an ICMP packet back from the CADET channel. Check it is OK.
697 * 697 *
698 * @param cls our `struct ChannelState *` 698 * @param cls our `struct ChannelState *`
699 * @param message the actual message 699 * @param i2v the actual message
700 * @return #GNUNET_OK to keep the connection open, 700 * @return #GNUNET_OK to keep the connection open,
701 * #GNUNET_SYSERR to close it (signal serious error) 701 * #GNUNET_SYSERR to close it (signal serious error)
702 */ 702 */
@@ -724,7 +724,7 @@ check_icmp_back (void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v)
724 * local virtual interface via the helper. 724 * local virtual interface via the helper.
725 * 725 *
726 * @param cls our `struct ChannelState *` 726 * @param cls our `struct ChannelState *`
727 * @param message the actual message 727 * @param i2v the actual message
728 */ 728 */
729static void 729static void
730handle_icmp_back (void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v) 730handle_icmp_back (void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v)