summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-05-10 10:31:32 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-05-15 11:53:06 -0400
commit046b8ba6cad85c2649b449254636cc9b9f56b30d (patch)
treefe9f7fe11eccd2a56e7998194e9908a08088e613 /etc/inc/pfsense-utils.inc
parent1cbbef941ec2b8478472b8c354a2149f4286fd23 (diff)
downloadpfsense-046b8ba6cad85c2649b449254636cc9b9f56b30d.zip
pfsense-046b8ba6cad85c2649b449254636cc9b9f56b30d.tar.gz
Fix comment to reflect what function current returns
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
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");
OpenPOWER on IntegriCloud