aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-08-25 21:50:02 +0100
committerJoão Valverde <j@v6e.pt>2017-09-01 00:07:05 +0000
commit5870352d8f388347750d8445a80be92e0fab6504 (patch)
treea0e84c19253bdca25f560a2bf0db126c23fed24e /epan/addr_resolv.c
parentb7a9c02a50cc6fe5562204d09cb66e556d2f6ce9 (diff)
Fix comment in addr_resolv.c
Fixes g55724db3db. Change-Id: Idf9d5293fcd0e91698305da1cec5b8771c0a6a91 Reviewed-on: https://code.wireshark.org/review/23345 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c
index 302c1dbf95..45014d1d09 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -1390,7 +1390,7 @@ initialize_ethers(void)
}
/* Set g_pethers_path here, but don't actually do anything
- * with it. XXX - It used to be used in get_ethbyname() and get_ethbyaddr()
+ * with it. It's used in get_ethbyaddr().
*/
if (g_pethers_path == NULL)
g_pethers_path = get_persconffile_path(ENAME_ETHERS, FALSE);
@@ -1734,7 +1734,7 @@ initialize_ipxnets(void)
}
/* Set g_pipxnets_path here, but don't actually do anything
- * with it. XXX - It used to be used in get_ipxnetbyname() and get_ipxnetbyaddr()
+ * with it. It's used in get_ipxnetbyaddr().
*/
if (g_pipxnets_path == NULL)
g_pipxnets_path = get_persconffile_path(ENAME_IPXNETS, FALSE);