[Spice-devel] [PATCH] client: fix return code when missing host

Arnon Gilboa agilboa at redhat.com
Thu May 12 02:42:29 PDT 2011


ack

Alon Levy wrote:
> ---
>  client/application.cpp |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/client/application.cpp b/client/application.cpp
> index e308ad1..606f7e2 100644
> --- a/client/application.cpp
> +++ b/client/application.cpp
> @@ -2437,6 +2437,7 @@ bool Application::process_cmd_line(int argc, char** argv, bool &full_screen)
>  
>      if (host.empty()) {
>          Platform::term_printf("%s: missing --host\n", argv[0]);
> +        _exit_code = SPICEC_ERROR_CODE_CMD_LINE_ERROR;
>          return false;
>      }
>  
>   



More information about the Spice-devel mailing list