summaryrefslogtreecommitdiff
path: root/libproto/nntp/folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/nntp/folder.c')
-rw-r--r--libproto/nntp/folder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libproto/nntp/folder.c b/libproto/nntp/folder.c
index ea56c7a63..61cf5cbb9 100644
--- a/libproto/nntp/folder.c
+++ b/libproto/nntp/folder.c
@@ -127,8 +127,8 @@ nntp_folder_open (mu_folder_t folder, int flags)
return status;
/* Ask for the stream internal buffering mechanism scheme. */
mu_stream_setbufsiz (carrier, BUFSIZ);
- FOLDER_DEBUG2 (folder, MU_DEBUG_PROT, "folder_nntp_open (%s:%ld)\n",
- host, port);
+ MU_DEBUG2 (folder->debug, MU_DEBUG_PROT, "folder_nntp_open (%s:%ld)\n",
+ host, port);
status = mu_nntp_create (&f_nntp->nntp);
if (status == 0)

Return to:

Send suggestions and report system problems to the System administrator.