]> granicus.if.org Git - php/commitdiff
Oops
authorSara Golemon <pollita@php.net>
Wed, 1 May 2013 02:43:52 +0000 (19:43 -0700)
committerSara Golemon <pollita@php.net>
Wed, 1 May 2013 02:43:52 +0000 (19:43 -0700)
ext/sockets/tests/ipv6loop.phpt

index 0d51bb090bdd69f691bae53bc79394eda2ecd2a4..4720cb49e40147a0bc5c4af83ea3500040f94fb6 100644 (file)
@@ -21,7 +21,7 @@ IPv6 Loopback test
                        break;
                }
        }
-       if (!$bound)
+       if (!$bound) {
                die("Unable to bind to [::1]:$port");
        }
        if (!socket_listen($server, 2)) {