projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5635514
)
accept smtp context
author
Jameson Rollins
<jrollins@finestructure.net>
Sat, 30 Oct 2010 19:54:19 +0000
(15:54 -0400)
committer
Jameson Rollins
<jrollins@finestructure.net>
Sat, 30 Oct 2010 19:54:19 +0000
(15:54 -0400)
Crypt/Monkeysphere/MSVA.pm
patch
|
blob
|
history
diff --git
a/Crypt/Monkeysphere/MSVA.pm
b/Crypt/Monkeysphere/MSVA.pm
index 02170b17f50454a5998d3df376ba492b74d2e9a0..ce838e4db8936af00c1ba3acef1218b9010ffb33 100755
(executable)
--- a/
Crypt/Monkeysphere/MSVA.pm
+++ b/
Crypt/Monkeysphere/MSVA.pm
@@
-491,7
+491,7
@@
sub getuid {
my $data = shift;
- if ($data->{context} =~ /^(https|ssh|ike)$/) {
+ if ($data->{context} =~ /^(https|ssh|
smtp|
ike)$/) {
$data->{context} = $1;
if ($data->{peer} =~ /^($RE{net}{domain})$/) {
$data->{peer} = $1;