aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-08 18:41:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-08 18:41:34 +0000
commite42a201ca3c8d666bc5ddbc7184943789e231e50 (patch)
treef591cb9cfe51eb3ad020e9a790e8f8fc6ef481d9 /src/topology
parent00d024db5a4dd34a0b9dc839f860a43061c5e255 (diff)
downloadgnunet-e42a201ca3c8d666bc5ddbc7184943789e231e50.tar.gz
gnunet-e42a201ca3c8d666bc5ddbc7184943789e231e50.zip
fix
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 7f761360d..f69bc1468 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1118,7 +1118,7 @@ read_friends_file (const struct GNUNET_CONFIGURATION_Handle *cfg)
1118 { 1118 {
1119 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1119 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1120 _("Found myself `%s' in friend list (useless, ignored)\n"), 1120 _("Found myself `%s' in friend list (useless, ignored)\n"),
1121 GNUNET_i2s (&fl->id)); 1121 GNUNET_i2s (&pid));
1122 } 1122 }
1123 } 1123 }
1124 pos = pos + sizeof (struct GNUNET_CRYPTO_HashAsciiEncoded); 1124 pos = pos + sizeof (struct GNUNET_CRYPTO_HashAsciiEncoded);