From: Christian Grothoff Date: Fri, 15 Jul 2011 11:45:17 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~17830 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9bb12b02825ad1a858aff4c748e4eef688147d91;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index c86fe4258..289b3ed79 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -553,7 +553,7 @@ check () GNUNET_DISK_directory_remove (p1.servicehome); GNUNET_free(p1.servicehome); } - if.servicehome != NULL) + if (p2.servicehome != NULL) { GNUNET_DISK_directory_remove (p2.servicehome); GNUNET_free(p2.servicehome);