aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 6fa9d1d17..0dfac410d 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -722,7 +722,7 @@ static struct GNUNET_CRYPTO_EccPrivateKey *my_private_key;
722/** 722/**
723 * Own public key. 723 * Own public key.
724 */ 724 */
725static struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key; 725static struct GNUNET_CRYPTO_EccPublicKey my_public_key;
726 726
727/** 727/**
728 * Tunnel ID for the next created tunnel (global tunnel number). 728 * Tunnel ID for the next created tunnel (global tunnel number).