# HG changeset patch # User Matti Hamalainen # Date 1421701807 -7200 # Node ID 8d14e5d3eab07de95acb086e64a4b6c1ef2fb9e3 # Parent 82833838924e7b115f90b29b2feebe9047e8f83f urllog: Remove obsolete port check. diff -r 82833838924e -r 8d14e5d3eab0 urllog.tcl --- a/urllog.tcl Mon Jan 19 20:44:25 2015 +0200 +++ b/urllog.tcl Mon Jan 19 23:10:07 2015 +0200 @@ -423,11 +423,6 @@ return 0 } - # Default to port 80 (HTTP) - if {![urllog_isnumber $u_port]} { - set u_port 80 - } - ### Is it a http or ftp url? (FIX ME!) if {$u_proto != "http" && $u_proto != "https" && $u_proto != "ftp"} { urllog_log "Broken URL from $urlNick: ($urlStr) UNSUPPORTED protocol class ($u_proto)."