Three more helper functions and the DNS action is done.

This commit is contained in:
Meredith L. Patterson 2012-05-26 13:16:34 +02:00
parent 8959d6db07
commit 595404e175
3 changed files with 122 additions and 6 deletions

View file

@ -173,6 +173,7 @@ const parser_t* init_soa() {
uint32(), // REFRESH
uint32(), // RETRY
uint32(), // EXPIRE
uint32(), // MINIMUM
end_p(),
NULL);