From: Jeremy Allison Date: Wed, 9 Sep 2020 17:48:19 +0000 (-0700) Subject: s3: Remove struct ip_service. X-Git-Tag: talloc-2.3.2~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d39295fb0e501f2ace47921b03cb0086c421a7;p=thirdparty%2Fsamba.git s3: Remove struct ip_service. --------------- / \ / REST \ / IN \ / PEACE \ / \ | | | struct ip_service | | | | | | 9 August | | In the year of the | | pandemic | | 2020 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\////|_)_______ Signed-off-by: Jeremy Allison Reviewed-by: Noel Power --- diff --git a/source3/include/smb.h b/source3/include/smb.h index d2eabc63e9c..b871b0f80ab 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -688,12 +688,6 @@ struct node_status_extra { #endif #define LDAP_GC_PORT 3268 -/* used by the IP comparison function */ -struct ip_service { - struct sockaddr_storage ss; - unsigned port; -}; - struct ea_struct { uint8_t flags; char *name;