diff --git a/src/net/java/sip/communicator/util/NetworkUtils.java b/src/net/java/sip/communicator/util/NetworkUtils.java index fe481ea71..90bbaac09 100644 --- a/src/net/java/sip/communicator/util/NetworkUtils.java +++ b/src/net/java/sip/communicator/util/NetworkUtils.java @@ -720,7 +720,7 @@ public int compare(String array1[], String array2[]) // Second tries to define the priority with the NAPTR // preference. int preference - = Integer.parseInt(array1[4]) - Integer.parseInt(array2[4]); + = Integer.parseInt(array1[3]) - Integer.parseInt(array2[3]); if(preference != 0) { return preference;