LIST returns 215, not 231
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 7 Feb 2014 00:04:22 +0000 (19:04 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 7 Feb 2014 00:04:22 +0000 (19:04 -0500)
citadel/modules/nntp/serv_nntp.c

index 86368596002aeb59d8aef9b99daa6d974b8010e3..d60abd15f9168f11bea52e558370c97b0cae2230 100644 (file)
@@ -535,7 +535,7 @@ void nntp_list(const char *cmd) {
                return;
        }
 
-       cprintf("231 list of newsgroups follows\r\n");
+       cprintf("215 list of newsgroups follows\r\n");
        CtdlGetUser(&CC->user, CC->curr_user);
        CtdlForEachRoom(nntp_list_backend, &nld);
        cprintf(".\r\n");