]> code.citadel.org Git - citadel.git/blobdiff - citadel/setup.c
* Removed the last vestiges of the now-obsolete global networking password
[citadel.git] / citadel / setup.c
index 44f9c9f355524e7c79dbd09f3f59df3623a37d89..396566ef5ec52b7aa9156c8d4ccf9f76125fe65a 100644 (file)
@@ -901,8 +901,6 @@ int main(int argc, char *argv[])
                strcpy(config.c_moreprompt, "<more>");
        if (strlen(config.c_twitroom) == 0)
                strcpy(config.c_twitroom, "Trashcan");
-       if (strlen(config.c_net_password) == 0)
-               strcpy(config.c_net_password, "netpassword");
        if (strlen(config.c_baseroom) == 0)
                strcpy(config.c_baseroom, "Lobby");
        if (strlen(config.c_aideroom) == 0)