Browse Source

Invert logic

Bob Mottram 8 years ago
parent
commit
b872f429c6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-tests

+ 1
- 1
src/freedombone-tests View File

@@ -558,7 +558,7 @@ function test_stig {
558 558
 
559 559
     if [ -a /proc/net/if_inet6 ];then
560 560
 
561
-        bash $STIG_TESTS_DIR/check-sysctl.sh  net.ipv6.conf.default.accept_redirects ne 0 >/dev/null 2>&1 &
561
+        bash $STIG_TESTS_DIR/check-sysctl.sh  net.ipv6.conf.default.accept_redirects ne 1 >/dev/null 2>&1 &
562 562
 
563 563
         stig_spinner $!
564 564
         output "V-38548" $? ${SETLANG}