Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2007 10:38:55 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 127244 for review
Message-ID:  <200710061038.l96Act8K056388@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127244

Change 127244 by fli@fli_nexus on 2007/10/06 10:38:36

	Stupid "typo".

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/record.c#7 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/record.c#7 (text+ko) ====

@@ -754,7 +754,7 @@
 			return (NULL);
 	}
 
-	if ((flags & REC_CTANY) && rc->rc_class == mdns_c_any) {
+	if ((flags & REC_CTANY) && class == mdns_c_any) {
 		rc = record_class_first(r);
 		if (rc != NULL)
 			rc->rc_flags |= REC_CTANY;
@@ -812,7 +812,7 @@
 			return (NULL);
 	}
 
-	if ((flags & REC_CTANY) && rt->rt_type == mdns_t_any) {
+	if ((flags & REC_CTANY) && type == mdns_t_any) {
 		rt = record_type_first(rc);
 		if (rt != NULL)
 			rt->rt_flags |= REC_CTANY;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710061038.l96Act8K056388>