Skip to content
Snippets Groups Projects

spelling & edns_keepalive fix

Merged Tomas Krizek requested to merge spelling into master
All threads resolved!
101 files
+ 223
224
Compare changes
  • Side-by-side
  • Inline
Files
101
+ 1
1
@@ -143,7 +143,7 @@ static struct key * read_lines(const char *fname, size_t *count, char **pfree)
return result;
}
// compatibility layer for the oler lru_* names; it's more compler with lru_create
// compatibility layer for the older lru_* names
#ifndef lru_create
#define lru_get_new lru_set
#define lru_get_try lru_get
Loading