PERFORCE change 125244 for review
Fredrik Lindberg
fli at FreeBSD.org
Thu Aug 16 16:21:37 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125244
Change 125244 by fli at fli_nexus on 2007/08/16 23:21:30
Reset creation time when we modify the ttl
Affected files ...
.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/cache.c#6 edit
Differences ...
==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/cache.c#6 (text+ko) ====
@@ -308,6 +308,7 @@
cr = record_res_getparent(rr);
dequeue_ttl(c, cr);
cr->cr_ttl_rel = ttl;
+ cr->cr_ctime = time(NULL);
enqueue_ttl(c, cr);
}
More information about the p4-projects
mailing list