Don't think it is worth chasing 

In setting Slim::Utils::Prefs.pm init code there is preferences
validator code a check to make sure the port is above 1024.

Code:
--------------------
    
        my $minP = main::ISWINDOWS ? 1 : 1024;
        $prefs->setValidate({ 'validator' => 'intlimit', 'low' => 
$minP,'high'=>  65535 }, 'httpport'    );
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113093

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to