diff options
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r-- | src/fs/fs_download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c index eacc3c2dfb..53b836f225 100644 --- a/src/fs/fs_download.c +++ b/src/fs/fs_download.c @@ -1335,7 +1335,7 @@ do_reconnect (void *cls) }; dc->task = NULL; - dc->mq = GNUNET_CLIENT_connecT (dc->h->cfg, + dc->mq = GNUNET_CLIENT_connect (dc->h->cfg, "fs", handlers, &download_mq_error_handler, |