s3: Remove struct ip_service.
authorJeremy Allison <jra@samba.org>
Wed, 9 Sep 2020 17:48:19 +0000 (10:48 -0700)
committerNoel Power <npower@samba.org>
Tue, 15 Sep 2020 10:09:40 +0000 (10:09 +0000)
                           ---------------
                          /               \
                         /      REST       \
                        /        IN         \
                       /        PEACE        \
                      /                       \
                      |                       |
                      |   struct ip_service   |
                      |                       |
                      |                       |
                      |       9 August        |
                      |   In the year of the  |
                      |        pandemic       |
                      |          2020         |
                     *|     *  *  *           | *
            _________)/\\_//(\/(/\)/\//\/\////|_)_______

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
source3/include/smb.h

index d2eabc63e9c1a5d22427b47ef3b00129a1c3b126..b871b0f80ab04f1de9ea9c03516ac00dbf91b73f 100644 (file)
@@ -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;