diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-28 20:33:34 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-28 20:48:16 +0100 |
commit | 415b70b6cedadb4a08b7e873385226f0a7b68076 (patch) | |
tree | aa27f65534ae86d39b813cf94ce1f54767687db3 /configure | |
parent | b14d690f6df6038f17b2b8c46c34365963522814 (diff) | |
download | tcpdump-415b70b6cedadb4a08b7e873385226f0a7b68076.tar.gz |
Remove a useless warning about the SMB decoder.
In the last couple years it had been proved that any decoder can
potentially have buffer overflows, hence let's not emphasize one of them
more than the others.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4262,8 +4262,6 @@ fi case "$enableval" in yes) { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The SMB printer may have exploitable buffer overflows!!!" >&5 -$as_echo "$as_me: WARNING: The SMB printer may have exploitable buffer overflows!!!" >&2;} $as_echo "#define ENABLE_SMB 1" >>confdefs.h |