Skip to content

Commit 832c725

Browse files
committed
Update pacsserver_traversal.rb
1 parent 60387de commit 832c725

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/gather/pacsserver_traversal.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ def check
6464
return CheckCode::Detected('Sante PACS Server PG seems to be running on the server.')
6565
end
6666

67-
return CheckCode::Safe
6867
end
69-
return CheckCode::Unknown
68+
return CheckCode::Safe
7069
end
7170

7271
def run

0 commit comments

Comments
 (0)