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

Comparing ircd-hybrid/trunk/modules/m_unresv.c (file contents):
Revision 8430 by michael, Tue Feb 20 19:30:13 2018 UTC vs.
Revision 8431 by michael, Tue Mar 27 18:49:15 2018 UTC

# Line 45 | Line 45
45   static void
46   resv_remove(struct Client *source_p, const char *mask)
47   {
48 <  struct ResvItem *resv = NULL;
48 >  struct ResvItem *resv;
49  
50    if ((resv = resv_find(mask, irccmp)) == NULL)
51    {

Diff Legend

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