- fix horrible oversight in sorting rrset references in a message,

sort per reference key pointer, not on referencepointer itself.
        - pidfile: "/etc/unbound/unbound.pid" is now the default.
        - tests changed to reflect the updated default.


git-svn-id: file:///svn/unbound/trunk@724 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-10-31 14:46:05 +00:00
parent 2e9785cfb5
commit f79c387f3f
18 changed files with 25 additions and 8 deletions
+1
View File
@@ -140,6 +140,7 @@ setup_config(FILE* in, char* configfile, int* lineno,
fprintf(cfg, " directory: \"\"\n");
fprintf(cfg, " chroot: \"\"\n");
fprintf(cfg, " username: \"\"\n");
fprintf(cfg, " pidfile: \"\"\n");
while(fgets(line, MAX_LINE_LEN-1, in)) {
parse = line;
(*lineno)++;