From 046b8ba6cad85c2649b449254636cc9b9f56b30d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 10 May 2013 10:31:32 -0300 Subject: Fix comment to reflect what function current returns --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 11bc42d..ac7fcda 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -1512,7 +1512,7 @@ function pfsense_default_table_entries_size() { /* Compare the current hostname DNS to the DNS cache we made * if it has changed we return the old records - * if no change we return true */ + * if no change we return false */ function compare_hostname_to_dnscache($hostname) { if(!is_dir("/var/db/dnscache")) { mkdir("/var/db/dnscache"); -- cgit v1.1