From: Sree Harsha Totakura Date: Wed, 7 Nov 2012 18:26:52 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~10955 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb8e0f9efd82542dfa04df21346095a7fe4a1f05;p=oweals%2Fgnunet.git - fix --- diff --git a/src/chat/chat.c b/src/chat/chat.c index b2078e563..cdcf282e2 100644 --- a/src/chat/chat.c +++ b/src/chat/chat.c @@ -473,7 +473,7 @@ init_private_key (const struct GNUNET_CONFIGURATION_Handle *cfg, return NULL; } GNUNET_DISK_directory_create (home); - if (GNUNET_OK != GNUNET_DISK_directory_test (home, GNUNET_YES)) + if (GNUNET_YES != GNUNET_DISK_directory_test (home, GNUNET_YES)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to access chat home directory `%s'\n"), home);