diff options
Diffstat (limited to 'utils/spore2dot.pl')
| -rw-r--r-- | utils/spore2dot.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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}; } |
