mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-23 15:10:50 +03:00
Fix for an Issue #351
This commit is contained in:
parent
b0a13be985
commit
1599b5e37f
2
thirdparty/magic/magic.py
vendored
2
thirdparty/magic/magic.py
vendored
|
@ -195,7 +195,7 @@ try:
|
|||
magic_compile.argtypes = [magic_t, c_char_p]
|
||||
|
||||
except ImportError:
|
||||
pass
|
||||
from_file = from_buffer = lambda *args, **kwargs: "unknown"
|
||||
|
||||
MAGIC_NONE = 0x000000 # No flags
|
||||
MAGIC_DEBUG = 0x000001 # Turn on debugging
|
||||
|
|
Loading…
Reference in New Issue
Block a user