aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_group.c')
-rw-r--r--src/gnunet_chat_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnunet_chat_group.c b/src/gnunet_chat_group.c
index 979af18..7fcc98e 100644
--- a/src/gnunet_chat_group.c
+++ b/src/gnunet_chat_group.c
@@ -104,7 +104,7 @@ group_load_config (struct GNUNET_CHAT_Group *group)
104{ 104{
105 GNUNET_assert((group) && (group->handle)); 105 GNUNET_assert((group) && (group->handle));
106 106
107 const char *directory = group->handle->directory; 107 const char *directory = handle_get_directory(group->handle);
108 108
109 if ((!directory) || (!(group->context))) 109 if ((!directory) || (!(group->context)))
110 return; 110 return;
@@ -145,7 +145,7 @@ group_save_config (const struct GNUNET_CHAT_Group *group)
145{ 145{
146 GNUNET_assert((group) && (group->handle)); 146 GNUNET_assert((group) && (group->handle));
147 147
148 const char *directory = group->handle->directory; 148 const char *directory = handle_get_directory(group->handle);
149 149
150 if ((!directory) || (!(group->context))) 150 if ((!directory) || (!(group->context)))
151 return; 151 return;