NNTP and NNTPS port configurations in both the text and web clients.
[citadel.git] / citadel / control.c
index 0aba124044914bd9b1a2619d21933924ef5999f0..2a608eee014a24a78887f6a0c9e62c593dc57208 100644 (file)
@@ -663,7 +663,7 @@ void cmd_conf(char *argbuf)
                                config.c_nntp_port = atoi(buf);
                                break;
                        case 71:
-                               config.c_nntp_port = atoi(buf);
+                               config.c_nntps_port = atoi(buf);
                                break;
                        }
                        ++a;