rework the networking locking facility using the hashlist.
[citadel.git] / citadel / user_ops.c
index 4ebc7bdc23ae07e45801c2555d29c82a2e07b08f..7d4088c56fb20c023eeb724f2d8fd5fcfc8fbfee 100644 (file)
@@ -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... */