From fb8e0f9efd82542dfa04df21346095a7fe4a1f05 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 7 Nov 2012 18:26:52 +0000 Subject: [PATCH] - fix --- src/chat/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1