X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=7d4088c56fb20c023eeb724f2d8fd5fcfc8fbfee;hp=4ebc7bdc23ae07e45801c2555d29c82a2e07b08f;hb=da1debddf5988512ac50ff0b62ac85c8f3b8d0f4;hpb=a85c25a80a5aec5bc4d805473ccaa23cffc650c9 diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 4ebc7bdc2..7d4088c56 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -803,7 +803,7 @@ void CtdlUserLogout(void) * If we were talking to a network node, we're not anymore... */ if (!IsEmptyStr(CCC->net_node)) { - network_talking_to(CCC->net_node, NTT_REMOVE); + network_talking_to(CCC->net_node, strlen(CCC->net_node), NTT_REMOVE); } /* Run any hooks registered by modules... */