Skip to content

Commit 8be3f51

Browse files
committed
Fix undefined variable 'path' for http_login
1 parent 10e9b97 commit 8be3f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/http_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def find_auth_uri
8686
return path
8787
end
8888

89-
return path
89+
return nil
9090
end
9191

9292
def target_url

0 commit comments

Comments
 (0)