projects
/
project
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89986b
)
Fix comment typo in cache_gc_timer
author
Rafał Miłecki
<rafal@milecki.pl>
Mon, 20 Mar 2017 11:34:59 +0000
(12:34 +0100)
committer
Rafał Miłecki
<rafal@milecki.pl>
Mon, 20 Mar 2017 11:35:08 +0000
(12:35 +0100)
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
cache.c
patch
|
blob
|
history
diff --git
a/cache.c
b/cache.c
index 921e6124631ded851547f9db781df0e82f0ad71a..6ff2479a033cd06c4f9542efc5a6961ce7a93e60 100644
(file)
--- a/
cache.c
+++ b/
cache.c
@@
-78,7
+78,7
@@
cache_gc_timer(struct uloop_timeout *timeout)
avl_for_each_element_safe(&records, r, avl, p) {
if (!cache_is_expired(r->time, r->ttl, r->refresh))
continue;
- /* Records other
and
A(AAA) are handled as services */
+ /* Records other
than
A(AAA) are handled as services */
if (r->type != TYPE_A && r->type != TYPE_AAAA) {
cache_record_free(r);
continue;