--- config.c.bak 2007-03-13 13:04:47.000000000 +0100 +++ config.c 2007-03-13 13:05:01.000000000 +0100 @@ -1204,7 +1204,7 @@ check_orphaned_hosts=(atoi(value)>0)?TRUE:FALSE; #ifdef DEBUG1 - printf("\t\tcheck_orphaned_hosts set to %s\n",(check_orphaned_host==TRUE)?"TRUE":"FALSE"); + printf("\t\tcheck_orphaned_hosts set to %s\n",(check_orphaned_hosts==TRUE)?"TRUE":"FALSE"); #endif }