comment out because of compile error
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:00:03 +0000 (08:00 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:00:03 +0000 (08:00 +0000)
src/monkey/gnunet-monkey.c

index ff1317f617e9f5b0785e64fa8850aac60c3a01d5..34260177429cf7d4f1e2e5a1886227e9b69789c4 100644 (file)
@@ -59,7 +59,7 @@ static void dumpText(const char* message)
 {
        FILE* file = fopen(dumpFileName, "w");
        GNUNET_assert(NULL != file);
-       fprintf(file, message);
+       /* FIXME: fprintf(file, message); */
        fclose(file);
 }