[pisa-src] Re: r1237 - trunk/community-operator/co_client.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 20 Oct 2009 13:18:51 +0200

On Mon, Oct 19, 2009 at 09:16:37PM +0200, Jan Marten wrote:
> 
> Log:
> Renamed camelcase function names to underscore names

This is, to put it bluntly, a lie...

> --- trunk/community-operator/co_client.c      Mon Oct 19 20:59:44 2009        
> (r1236)
> +++ trunk/community-operator/co_client.c      Mon Oct 19 21:16:36 2009        
> (r1237)
> @@ -78,31 +82,29 @@
>  
> -             printf("socket() failed.\n");
> +             PISA_ERROR("socket() failed.\n");
>  
> -             printf("connect to srv_addr failed.\n");
> +             PISA_ERROR("connect to srv_addr failed.\n");
>  
> -             printf("Could not set a receive timeout.\n");
> +             PISA_ERROR("Could not set a receive timeout.\n");
>  
> -static int sock;
> -

These are completely separate changes and clearly not function renames.

> @@ -198,17 +200,17 @@
>  
> -             if (sendRequest() < 0)
> +             if (request_cert() < 0)

What happened here?

Diego

Other related posts: