s3:libads: use the correct struct sockbuf_io_desc type for 'sbiod' pointer
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Feb 2024 16:50:03 +0000 (17:50 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Apr 2024 23:50:34 +0000 (23:50 +0000)
commit86e03bd515e08250bbb0d22631d48b2143bd43ec
treea9f9b36e67ca64cd1a343f748156794ed3c3bb75
parente6593c297e6e0213e7d2d1dd4482cafe03232f4a
s3:libads: use the correct struct sockbuf_io_desc type for 'sbiod' pointer

Using 'Sockbuf_IO_Desc' in idl implicitly means pidl will use
'struct Sockbuf_IO_Desc', which doesn't exist!

Using 'struct sockbuf_io_desc' which is used in OpenLDAP to
typedef Sockbuf_IO_Desc, we won't need to cast the assign the
'sbiod' pointer.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/libads/sasl_wrapping.c
source3/librpc/idl/ads.idl