1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 22:20:56 +02:00
This commit is contained in:
Pavel Odintsov 2015-08-03 09:15:36 +02:00
parent 267633a8e4
commit 3c277f3e1e

View File

@ -236,7 +236,7 @@ sub install_ndpi {
`./configure --prefix=/opt/ndpi`;
if ($? != 0) {
print "Configure failed\n"
print "Configure failed\n";
return;
}