I'm glad I could help. Should we try to figure out why it happened in the first place? Like what changed in my environment that caused it to go through this code path now and never before?
On Mon, Sep 7, 2009 at 6:17 AM, Volker Lendecke<[email protected]> wrote: > On Mon, Sep 07, 2009 at 01:05:31AM -0400, Timothy Normand Miller wrote: >> Well, the solution was as simple as this: >> >> bool dns_register_smbd_reply(struct dns_reg_state *dns_state, >> fd_set *lfds, struct timeval *timeout) >> { >> int mdnsd_conn_fd = -1; >> >> + if (!dns_state) return false; >> if (dns_state->srv_ref == NULL) { >> return false; >> } > > Thanks a lot! Will be in 3.3.8. > > Volker > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkqk3bAACgkQbsgDfmnSbrYtFACcDg4py8Uk6hj0iftSSDaWYkZ7 > KWQAn1nlU8wo5D+SmmcVezqZ3bKhYgsX > =G1Rg > -----END PGP SIGNATURE----- > > -- Timothy Normand Miller http://www.cse.ohio-state.edu/~millerti Open Graphics Project -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
