X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fuser_ops.c;fp=citadel%2Fuser_ops.c;h=2ca3b4220ddfb43c754da98643c37ccbbeacc047;hp=7f72befa7f12abe00aca67c8d403d5772c4c2fcc;hb=9caef44a2f42ab81b2489ae19859f1bbc25d4430;hpb=00514372bc3bd09268a8f6764fe5d7b50fce0c41 diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 7f72befa7..2ca3b4220 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -799,13 +799,6 @@ void CtdlUserLogout(void) abort_upl(CCC); } - /* - * If we were talking to a network node, we're not anymore... - */ - if (!IsEmptyStr(CCC->net_node)) { - network_talking_to(CCC->net_node, strlen(CCC->net_node), NTT_REMOVE); - } - /* Run any hooks registered by modules... */ PerformSessionHooks(EVT_LOGOUT);