return count;
}
-static bool prioritize_ipv4_list_sa(struct samba_sockaddr *salist, size_t count)
+static bool prioritize_ipv4_list(struct samba_sockaddr *salist, size_t count)
{
TALLOC_CTX *frame = talloc_stackframe();
struct samba_sockaddr *salist_new = talloc_array(frame,
* supporting LDAP, KRB5 or CLDAP over IPv6. */
if (local_count && return_salist != NULL) {
- prioritize_ipv4_list_sa(return_salist, local_count);
+ prioritize_ipv4_list(return_salist, local_count);
}
if ( DEBUGLEVEL >= 4 ) {