summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2018-07-28 20:33:34 +0100
committerDenis Ovsienko <denis@ovsienko.info>2018-07-28 20:48:16 +0100
commit415b70b6cedadb4a08b7e873385226f0a7b68076 (patch)
treeaa27f65534ae86d39b813cf94ce1f54767687db3 /configure.ac
parentb14d690f6df6038f17b2b8c46c34365963522814 (diff)
downloadtcpdump-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.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4b113c48..0202f039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,6 @@ AC_ARG_ENABLE(smb,
enableval=yes)
case "$enableval" in
yes) AC_MSG_RESULT(yes)
- AC_WARN([The SMB printer may have exploitable buffer overflows!!!])
AC_DEFINE(ENABLE_SMB, 1,
[define if you want to build the possibly-buggy SMB printer])
LOCALSRC="print-smb.c smbutil.c $LOCALSRC"