Final changes to server to allow message display names to
[citadel.git] / citadel / citserver.c
index 2a034e5f69f05277b7d30f89f2b1f9263d7c923f..8c2c4cde4c3a052796e4d6eda120bcb26371c00d 100644 (file)
@@ -841,7 +841,6 @@ void begin_session(struct CitContext *con)
        strcpy(con->curr_user, NLI);
        strcpy(con->net_node, "");
        strcpy(con->fake_username, "");
-       strcpy(con->fake_postname, "");
        strcpy(con->fake_hostname, "");
        strcpy(con->fake_roomname, "");
        generate_nonce(con);