PERFORCE change 125403 for review

Matus Harvan mharvan at FreeBSD.org
Mon Aug 20 05:56:53 PDT 2007


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

Change 125403 by mharvan at mharvan_bike-planet on 2007/08/20 12:56:00

	DNS plugin - incremen id on each request

Affected files ...

.. //depot/projects/soc2007/mharvan-mtund/mtund.src/plugin_dns/plugin_dns.c#3 edit

Differences ...

==== //depot/projects/soc2007/mharvan-mtund/mtund.src/plugin_dns/plugin_dns.c#3 (text+ko) ====

@@ -635,6 +635,7 @@
 		}
 
 	} else { /* client - send the data straight away */
+		pldata->q.id++;
 		*consumed = dns_send(pldata, pldata->conns, data, len);
 		if (*consumed > 0) {
 			conn->data_sent_after_last_receive = 1;


More information about the p4-projects mailing list