Hi Dean, On 18-04-16 08:35, yaohongyuan wrote: > Last week we do some changes with source wire/notify.c:477 and > have solved above problem , the change as below :
Thanks for your patch. We will take a look at it and if we agree with
you we'll merge it in. Meanwhile be advised that 0 is also a valid file
descriptor.
So you will probably want to do
- if (notify->handler.fd > 0) {
+ if (notify->handler.fd >= 0) {
Best regards,
Yuri
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
