aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_file.c')
-rw-r--r--src/gnunet_chat_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_file.c b/src/gnunet_chat_file.c
index da25c00..33add7b 100644
--- a/src/gnunet_chat_file.c
+++ b/src/gnunet_chat_file.c
@@ -73,5 +73,5 @@ GNUNET_CHAT_file_stop_download (struct GNUNET_CHAT_File *file)
73 if (!file) 73 if (!file)
74 return; 74 return;
75 75
76 GNUNET_FS_download_stop(file, GNUNET_YES); 76 GNUNET_FS_download_stop(file->context, GNUNET_YES);
77} 77}