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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 8883 by michael, Fri Apr 19 11:06:43 2019 UTC vs.
Revision 8885 by michael, Fri Apr 19 11:48:00 2019 UTC

# Line 108 | Line 108 | static void
108   auth_free(struct AuthRequest *auth)
109   {
110    assert(dlinkFind(&auth_list, auth));
111 +
112    dlinkDelete(&auth->node, &auth_list);
113 +
114    assert(dlinkFind(&auth_list, auth) == NULL);
115  
116 +  auth->client = NULL;
117    xfree(auth);
118   }
119  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)