From c531aac27c433e0eb068a8a4f0a6c90cad2e44fa Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 21 May 2012 14:29:11 -0700 Subject: Added torture test for bug #8910. Test remove_duplicate_addrs2(). Autobuild-User: Jeremy Allison Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104 --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index f9306b8841..31c709dd9b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -911,6 +911,7 @@ bool name_status_find(const char *q_name, const struct sockaddr_storage *to_ss, fstring name); int ip_service_compare(struct ip_service *ss1, struct ip_service *ss2); +int remove_duplicate_addrs2(struct ip_service *iplist, int count ); struct tevent_req *name_query_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *name, int name_type, -- cgit