better chroot support, and also default chroot and userchange.

git-svn-id: file:///svn/unbound/trunk@723 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-10-31 10:56:31 +00:00
parent 75c30382ba
commit 2e9785cfb5
25 changed files with 63 additions and 43 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ rnd_test()
int
main(int argc, char* argv[])
{
log_init(NULL, 0);
log_init(NULL, 0, NULL);
if(argc != 1) {
printf("usage: %s\n", argv[0]);
printf("\tperforms unit tests.\n");