# If TCP dumping is specified, start that on the server's port.
if [ "${OPT_t}" ]; then
This should be
# If TCP dumping is specified, start that on the server's port.
if [ "${OPT_t}" = "yes" ]; then
Original issue reported on code.google.com by baron.schwartz on 6 Apr 2011 at 2:55
Original issue reported on code.google.com by
baron.schwartz
on 6 Apr 2011 at 2:55