From 29c798752c8061ce510de636a0ba601ffac38f4e Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 26 Oct 2010 15:38:59 +0200 Subject: spore2dot: fix authentication --- utils/spore2dot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/spore2dot.pl') diff --git a/utils/spore2dot.pl b/utils/spore2dot.pl index 57588e9..034e8c7 100644 --- a/utils/spore2dot.pl +++ b/utils/spore2dot.pl @@ -66,7 +66,7 @@ foreach my $spec (@specs) { $first = 0; } print ")"; - print " ⊗" if $desc->{authentication}; + print " ⊗" if $desc->{authentication} || $spec->{authentication}; print "\\l"; print "   ", $desc->{method}, " ", $desc->{path}, "\\l" if $ENV{SPORE_PATH}; } -- cgit v1.2.3