diff options
author | Jeremy Allison <jra@samba.org> | 2012-05-21 14:29:11 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-05-22 01:31:17 +0200 |
commit | c531aac27c433e0eb068a8a4f0a6c90cad2e44fa (patch) | |
tree | 2a9425d5f86f79c763dbea1525c33a6b24e0ed5e /source3/include | |
parent | 857625673833ddfa3897ce30def118cb593865b6 (diff) | |
download | samba-c531aac27c433e0eb068a8a4f0a6c90cad2e44fa.tar.gz samba-c531aac27c433e0eb068a8a4f0a6c90cad2e44fa.tar.bz2 samba-c531aac27c433e0eb068a8a4f0a6c90cad2e44fa.zip |
Added torture test for bug #8910. Test remove_duplicate_addrs2().
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |