src/protocols/rendezvous/mdns.c

changeset 8735
01248ea222d3
parent 8679
c1832805cad1
child 8738
0c6d12b1a014
equal deleted inserted replaced
8734:afa380e9818c 8735:01248ea222d3
919 return ret; 919 return ret;
920 } 920 }
921 921
922 /* 922 /*
923 * If invalid data is encountered at any point when parsing data 923 * If invalid data is encountered at any point when parsing data
924 * then the entire packet is disgarded and NULL is returned. 924 * then the entire packet is discarded and NULL is returned.
925 * 925 *
926 */ 926 */
927 DNSPacket * 927 DNSPacket *
928 mdns_read(int fd) 928 mdns_read(int fd)
929 { 929 {

mercurial