Changeset 5804
- Timestamp:
- Oct 12, 2011, 2:45:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/util/SocketUtil.java
r4515 r5804 205 205 public static boolean isLocalHost(InetAddress address) 206 206 { 207 return address.equals(LOCAL_HOST) ;207 return address.equals(LOCAL_HOST) || address.isLoopbackAddress(); 208 208 } 209 209
Note: See TracChangeset
for help on using the changeset viewer.