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

Comparing ircd-hybrid/trunk/src/conf_db.c (file contents):
Revision 1668 by michael, Mon Nov 19 21:28:28 2012 UTC vs.
Revision 1825 by michael, Sun Apr 14 19:54:48 2013 UTC

# Line 909 | Line 909 | load_resv_database(void)
909  
910      if (IsChanPrefix(*name))
911      {
912 <      if ((conf = create_channel_resv(name, reason, 0)) == NULL)
912 >      if ((conf = create_channel_resv(name, reason)) == NULL)
913          continue;
914  
915        conf->setat = tmp64_setat;
# Line 918 | Line 918 | load_resv_database(void)
918      }
919      else
920      {
921 <      if ((conf = create_nick_resv(name, reason, 0)) == NULL)
921 >      if ((conf = create_nick_resv(name, reason)) == NULL)
922          continue;
923  
924        conf->setat = tmp64_setat;

Diff Legend

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