Skip to content

Commit 8028a9b

Browse files
committed
Print response fix
1 parent 4906327 commit 8028a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/server/http_ntlmrelay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def http_relay_toserver(hash, ser_sock = nil)
310310
else
311311
print_status("Auth successful, saving server response in database")
312312
end
313-
vprint_status(resp)
313+
vprint_status(resp.to_s)
314314
end
315315
return [resp, ser_sock]
316316
end

0 commit comments

Comments
 (0)