Changeset 02c06d


Ignore:
Timestamp:
08/06/09 21:48:54 (3 years ago)
Author:
Erik Ekman <yarrick@…>
Branches:
master
Children:
58d961
Parents:
3a2f66
git-author:
Erik Ekman <yarrick@…> (08/06/09 21:48:54)
git-committer:
Erik Ekman <erik@…> (02/04/12 20:34:02)
Message:

Formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/iodine.c

    r293796 r02c06d  
    12711271        }        
    12721272 
    1273         if(strlen(topdomain) <= 128) { 
     1273        if (strlen(topdomain) <= 128) { 
    12741274                if(check_topdomain(topdomain)) { 
    12751275                        warnx("Topdomain contains invalid characters.\n"); 
Note: See TracChangeset for help on using the changeset viewer.