Re: [PATCH 15/16] Change spice_server_set_ticket() to use local 's'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: Jonathon Jongsma <jjongsma@xxxxxxxxxx>
> 
> Rather than using global 'reds' variable
> ---
>  server/reds.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/server/reds.c b/server/reds.c
> index 080c0f6..c112be4 100644
> --- a/server/reds.c
> +++ b/server/reds.c
> @@ -3608,16 +3608,16 @@ SPICE_GNUC_VISIBLE int
> spice_server_set_ticket(SpiceServer *s,
>  {
>      spice_assert(reds == s);
>  
> -    if (reds_main_channel_connected(reds)) {
> +    if (reds_main_channel_connected(s)) {
>          if (fail_if_connected) {
>              return -1;
>          }
>          if (disconnect_if_connected) {
> -            reds_disconnect(reds);
> +            reds_disconnect(s);
>          }
>      }
>  
> -    on_activating_ticketing(reds);
> +    on_activating_ticketing(s);
>      ticketing_enabled = 1;
>      if (lifetime == 0) {
>          taTicket.expiration_time = INT_MAX;

Why not changing the argument name to reds and remove the assert?
Patch will be smaller and reds is more readable than s.

Frediano
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]