Evan Layton wrote: > usr/src/lib/libbe/be_zones.c: > line 162 - it looks like the goto here isn't needed. >
I would rather leave that there so that if code is ever added after 163, we don't accidentally run through code that isn't intended to be run for that error case. -ethan
