aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-26 14:35:22 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-26 14:35:22 +0000
commit916a78761f48b4fabf4fd7d3d93f12cb679f4bd6 (patch)
treeae0bec3a359c32f745ffd5fdb04ead005d31409b /src/nse
parente649f76bd5eb2d08a976c34f394dd8411130e37c (diff)
downloadgnunet-916a78761f48b4fabf4fd7d3d93f12cb679f4bd6.tar.gz
gnunet-916a78761f48b4fabf4fd7d3d93f12cb679f4bd6.zip
- fix
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 43f358a81..aa90572fd 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1461,7 +1461,7 @@ key_generation_cb (void *cls,
1461 if (0 == gethostname (hostname, HOST_NAME_MAX)) 1461 if (0 == gethostname (hostname, HOST_NAME_MAX))
1462 { 1462 {
1463 (void) GNUNET_asprintf (&hgram_file, "%s/%s_%jd.hist", 1463 (void) GNUNET_asprintf (&hgram_file, "%s/%s_%jd.hist",
1464 proof, hostname, (intmax_t) getpid); 1464 proof, hostname, (intmax_t) getpid());
1465 wh = GNUNET_BIO_write_open (hgram_file); 1465 wh = GNUNET_BIO_write_open (hgram_file);
1466 GNUNET_free (hgram_file); 1466 GNUNET_free (hgram_file);
1467 } 1467 }