fixed output verbosity control with --verbose,-v

This commit is contained in:
Frank Morgner
2012-08-02 12:24:53 +02:00
parent b67817b19d
commit c4bc04144d

View File

@@ -172,6 +172,8 @@ int main (int argc, char **argv)
}
vpcdport = args_info.port_arg;
verbose = args_info.verbose_given;
#if HAVE_SIGACTION
struct sigaction new_sig, old_sig;