PERFORCE change 127244 for review

Fredrik Lindberg fli at FreeBSD.org
Sat Oct 6 03:38:55 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127244

Change 127244 by fli at 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;


More information about the p4-projects mailing list