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

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 3655 by michael, Wed May 28 20:51:21 2014 UTC vs.
Revision 3656 by michael, Thu May 29 09:44:46 2014 UTC

# Line 760 | Line 760 | valid_username(const char *username, con
760          return 0;
761    }
762  
763 <  return p - username <= USERLEN;;
763 >  return p - username <= USERLEN;
764   }
765  
766   /* clean_nick_name()

Diff Legend

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