diff src/luan/modules/IoLuan.java @ 1578:c922446f53aa

immutable threading
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 08 Feb 2021 14:16:19 -0700
parents 8fbcc4747091
children 08177ced7fa0
line wrap: on
line diff
--- a/src/luan/modules/IoLuan.java	Sun Jan 31 16:04:39 2021 -0700
+++ b/src/luan/modules/IoLuan.java	Mon Feb 08 14:16:19 2021 -0700
@@ -643,7 +643,7 @@
 	}
 
 	public static LuanTable dns_lookup(String domain,String type)
-		throws NamingException
+		throws NamingException, LuanException
 	{
 		LuanTable tbl = new LuanTable();
 		InitialDirContext idc = new InitialDirContext();