ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/client.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 8399 by michael, Sun Mar 18 14:43:15 2018 UTC vs.
Revision 8401 by michael, Sun Mar 18 16:49:29 2018 UTC

# Line 123 | Line 123 | client_free(struct Client *client_p)
123    assert(client_p->hnext == client_p);
124    assert(client_p->idhnext == client_p);
125  
126  assert(client_p->node.data == NULL);
126    assert(client_p->node.prev == NULL);
127    assert(client_p->node.next == NULL);
128  
130  assert(client_p->lnode.data == NULL);
129    assert(client_p->lnode.prev == NULL);
130    assert(client_p->lnode.next == NULL);
131  
# Line 149 | Line 147 | client_free(struct Client *client_p)
147  
148    if (MyConnect(client_p))
149    {
152    assert(client_p->connection->lclient_node.data == NULL);
150      assert(client_p->connection->lclient_node.prev == NULL);
151      assert(client_p->connection->lclient_node.next == NULL);
152  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines