[pisa-src] Re: r1866 - in trunk/pisacd: cdconfhandlers.c cdregister.c cdservers.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 14:43:06 +0100

On Fri, Nov 27, 2009 at 02:41:40PM +0100, Diego Biurrun wrote:
> 
> Log:
> Fix mistaken pisasd definitions used in pisacd code.

I hope I did not mess up here..

> --- trunk/pisacd/cdconfhandlers.c     Fri Nov 27 14:33:11 2009        (r1865)
> +++ trunk/pisacd/cdconfhandlers.c     Fri Nov 27 14:41:40 2009        (r1866)
> @@ -42,7 +42,7 @@
>  
>       if (!(entry = pisa_conmgr_findby_hit(cd_ctx.conlist, 
> &serviceadd->hit))) {
>               pisa_contype type = cd_cfg.flag_native ? PISA_CONTYPE_SERVICE : 
> PISA_CONTYPE_LEGACY_ROUTER;
> -             entry = pisa_conmgr_add(cd_ctx.conlist, &serviceadd->hit, 
> PISASD_DEFAULT_PORTNUM_CONTROL, type);
> +             entry = pisa_conmgr_add(cd_ctx.conlist, &serviceadd->hit, 
> PISACD_DEFAULT_PORTNUM_CONTROL, type);

.. if this was correct before, shout..

Diego

Other related posts: