From: mike castleman Date: Sat, 9 Jan 2010 20:07:09 +0000 (-0500) Subject: make comment match code X-Git-Tag: msva-perl/0.1~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f3da65498d78530715ea507e6e751eb27c04b62a;p=monkeysphere-validation-agent.git make comment match code --- diff --git a/msva b/msva index af5b657..5217624 100755 --- a/msva +++ b/msva @@ -60,6 +60,6 @@ use strict; } } -# start the server on port 8080 +# start the server on port 8091 my $server = MSVA->new(8901); $server->run();