Hello Paul,

> A quick patch for module/owlib/src/c/ow_browse_monitor.c:


> @@ -19,6 +19,7 @@ static GOOD_OR_BAD browse_in_use(const struct connection_in 
> * in_selected) ;

> /* Device-specific functions */

> GOOD_OR_BAD Browse_detect(struct port_in *pin)

> {

> +#if OW_ZERO

> struct connection_in * in = pin->first ;

> in->iroutines.detect = Browse_detect;

> in->Adapter = adapter_browse_monitor; /* OWFS assigned value */

> @@ -56,6 +57,10 @@ GOOD_OR_BAD Browse_detect(struct port_in *pin)

> OW_Browse(in);

> }

> return gbGOOD ;

> +#else /* OW_ZERO */

> + (void) pin ;

> + return gbBAD ;

> #endif /* OW_ZERO */

> }


> static GOOD_OR_BAD browse_in_use(const struct connection_in * in_selected)



Thank you for that patch.

This will work by me.



Best regards,

Roland
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to