Final changes to server to allow message display names to
[citadel.git] / citadel / user_ops.c
index 4b23c646fa0284cdea803291a9bc16b49265ca6b..296a576774442d87ed2a01678d39cdf8d339c6e3 100644 (file)
@@ -541,7 +541,6 @@ void logout(struct CitContext *who)
         * make that assumption.
         */
        strcpy(who->fake_username, "");
-       strcpy(who->fake_postname, "");
        strcpy(who->fake_hostname, "");
        strcpy(who->fake_roomname, "");
        who->logged_in = 0;