[Pkg-privacy-commits] [msva-perl] 202/356: commit to handling ike:// urls as well
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:56 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 9ec44b7e951c2e621a9425a3bbe608ff67b22344
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Fri Oct 29 21:13:06 2010 -0400
commit to handling ike:// urls as well
---
Crypt/Monkeysphere/MSVA.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm
index b92821b..8c4cb81 100755
--- a/Crypt/Monkeysphere/MSVA.pm
+++ b/Crypt/Monkeysphere/MSVA.pm
@@ -491,7 +491,7 @@
sub getuid {
my $data = shift;
- if ($data->{context} =~ /^(https|ssh)$/) {
+ if ($data->{context} =~ /^(https|ssh|ike)$/) {
$data->{context} = $1;
if ($data->{peer} =~ /^($RE{net}{domain})$/) {
$data->{peer} = $1;
--
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