aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/test_exponential_backoff.c')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index e3c2a399a..43984f9bf 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -370,7 +370,7 @@ init ()
370 370
371#if LOG_BACKOFF 371#if LOG_BACKOFF
372 killLogFileName = GNUNET_DISK_mktemp ("exponential-backoff-waiting.log"); 372 killLogFileName = GNUNET_DISK_mktemp ("exponential-backoff-waiting.log");
373 if (NULL == (killLogFilePtr = FOPEN (killLogFileName, 373 if (NULL == (killLogFilePtr = fopen (killLogFileName,
374 "w"))) 374 "w")))
375 { 375 {
376 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, 376 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,