[Pkg-privacy-commits] [msva-perl] 64/356: force binding to loopback so that our peer identification is legitimate
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository msva-perl.
commit 5435ebaa4ae712a72aaa531a4e5dc5c72210c082
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Mon Mar 8 17:23:29 2010 -0500
force binding to loopback so that our peer identification is legitimate
---
msva | 1 +
1 file changed, 1 insertion(+)
diff --git a/msva b/msva
index 67bb931..ff75909 100755
--- a/msva
+++ b/msva
@@ -82,6 +82,7 @@ use strict;
my $class = shift;
# start the server on port 8901
my $self = $class->SUPER::new(8901);
+ $self->host('localhost');
$self->{allowed_uids} = {};
if (exists $ENV{MSVA_ALLOWED_USERS}) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list