X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=296a576774442d87ed2a01678d39cdf8d339c6e3;hb=9590fb796e361392256ff255d6ba2ffff10751a3;hp=4b23c646fa0284cdea803291a9bc16b49265ca6b;hpb=15d8e494c51f4466bbfe07cbc22879f26e880375;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 4b23c646f..296a57677 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -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;