mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Fixes a small bug in one signature with a duplicate name.
Also update a single failing test.
This commit is contained in:
parent
15d43dfbcd
commit
dac96a6be3
2 changed files with 20 additions and 11 deletions
|
@ -62,7 +62,7 @@ signature file-pyc-3-0 {
|
|||
|
||||
|
||||
# Python 3.1 bytecode
|
||||
signature file-pyc-3-2 {
|
||||
signature file-pyc-3-1 {
|
||||
file-magic /^[\x45\x4f]\x0c\x0d\x0a/
|
||||
file-mime "application/x-python-bytecode", 80
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue