Land #7046, Pad host field in notes -d command

This commit is contained in:
William Webb 2016-07-01 10:14:45 -05:00
commit 2e97a08954
No known key found for this signature in database
GPG Key ID: 341763D0308DA650
1 changed files with 2 additions and 0 deletions

View File

@ -1360,6 +1360,8 @@ class Db
addr = (host.scope ? host.address + '%' + host.scope : host.address )
rhosts << addr
end
else
csv_note << ''
end
if (note.service)
msg << " service=#{note.service.name}" if note.service.name