From f23f264ae6430e0a19c8624777eba2dad393b2b4 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 1 Sep 2011 20:02:42 +0000 Subject: Correct code to do testing and not assigning --- config/snort/snort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 82cfcfd6..315dfc44 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -61,7 +61,7 @@ $snort_freebsd_ver = $snort_freebsd_ver[0]; $snort_arch_ck = php_uname("m"); if ($snort_arch_ck == 'i386') $snort_arch = 'x86'; -else if ($snort_arch_ck = "amd64") +else if ($snort_arch_ck == "amd64") $snort_arch = 'x64'; else $snort_arch = "Unknown"; -- cgit v1.2.3