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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 4973 by michael, Mon Dec 1 16:28:30 2014 UTC vs.
Revision 4983 by michael, Sat Dec 6 18:17:33 2014 UTC

# Line 730 | Line 730 | valid_nickname(const char *nickname, con
730   {
731    const char *p = nickname;
732  
733 <  assert(nickname && *nickname);
733 >  assert(p);
734  
735    /*
736     * Nicks can't start with a digit or - or be 0 length.

Diff Legend

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