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 3867 by michael, Thu Jun 5 22:11:02 2014 UTC vs.
Revision 3871 by michael, Fri Jun 6 13:08:03 2014 UTC

# Line 722 | Line 722 | valid_hostname(const char *hostname)
722   int
723   valid_username(const char *username, const int local)
724   {
725 <  int dots      = 0;
725 >  unsigned int dots = 0;
726    const char *p = username;
727  
728    assert(p);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines