Completed the merge of a read-only, reader-only NNTP service into Citadel server.
[citadel.git] / citadel / utils / setup.c
index 539876b26bad12791e2584d39d4b65c6763c2b85..5934563160b72ebbf8d6e73e3794e85680323010 100644 (file)
@@ -1148,6 +1148,7 @@ void set_default_values(void)
        GetDefaultVALINT(c_xmpp_c2s_port, 5222);
        GetDefaultVALINT(c_xmpp_s2s_port, 5269);
        GetDefaultVALINT(c_nntp_port, 119);
+       GetDefaultVALINT(c_nntps_port, 563);
 #endif
 }