X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=8c2c4cde4c3a052796e4d6eda120bcb26371c00d;hb=9590fb796e361392256ff255d6ba2ffff10751a3;hp=2a034e5f69f05277b7d30f89f2b1f9263d7c923f;hpb=15d8e494c51f4466bbfe07cbc22879f26e880375;p=citadel.git diff --git a/citadel/citserver.c b/citadel/citserver.c index 2a034e5f6..8c2c4cde4 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -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);