sense of test for tcp!*!17034 was reversed Reference: /n/sources/patch/applied/localboot Date: Wed Feb 2 16:31:39 CET 2005 --- /sys/src/9/boot/local.c Wed Feb 2 16:31:39 2005 +++ /sys/src/9/boot/local.c Wed Feb 2 16:31:38 2005 @@ -237,7 +237,7 @@ * If the announce address is tcp!*!foo, then set * $venti to tcp!127.1!foo instead, which is actually dialable. */ - if((p = strstr(f[1], "!*!")) == 0){ + if((p = strstr(f[1], "!*!")) != 0){ *p = 0; snprint(buf, sizeof buf, "%s!127.1!%s", f[1], p+3); f[1] = buf;