]> git.saurik.com Git - apple/mdnsresponder.git/blobdiff - mDNSPosix/mDNSPosix.c
mDNSResponder-58.8.tar.gz
[apple/mdnsresponder.git] / mDNSPosix / mDNSPosix.c
index 9092fdd1867aafa8d5d0276e6fcdb27b97c3808e..b28aa737f42e93f1b39731d5db9029935f723a22 100755 (executable)
@@ -36,6 +36,9 @@
        Change History (most recent first):
 
 $Log: mDNSPosix.c,v $
+Revision 1.25.2.1  2004/04/09 17:57:31  cheshire
+Make sure to set the TxAndRx field so that duplicate suppression works correctly
+
 Revision 1.25  2003/10/30 19:25:49  cheshire
 Fix signed/unsigned warning on certain compilers
 
@@ -695,6 +698,7 @@ static int SetupOneInterface(mDNS *const m, struct sockaddr *intfAddr, const cha
                // Set up the fields required by the mDNS core.
                SockAddrTomDNSAddr(intfAddr, &intf->coreIntf.ip, NULL);
                intf->coreIntf.Advertise = m->AdvertiseLocalAddresses;
+               intf->coreIntf.TxAndRx   = mDNStrue;
 
                // Set up the extra fields in PosixNetworkInterface.
                assert(intf->intfName != NULL);         // intf->intfName already set up above