Add missing record field comment

This commit is contained in:
Jon Siwek 2018-10-26 10:41:42 -05:00
parent 8d0087154a
commit 0cc5e4e044
3 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,8 @@
2.6-beta2-51 | 2018-10-26 10:41:42 -0500
* Add missing record field comment (Jon Siwek, Corelight)
2.6-beta2-50 | 2018-10-26 10:23:57 -0500
* Add missing record field comments (Jon Siwek, Corelight)

View file

@ -1 +1 @@
2.6-beta2-50
2.6-beta2-51

View file

@ -16,6 +16,7 @@ export {
}
redef record SSL::Info += {
## A response from the ICSI certificate notary.
notary: Response &log &optional;
};