summaryrefslogtreecommitdiff
path: root/source4/libads/ads_struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libads/ads_struct.c')
-rw-r--r--source4/libads/ads_struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libads/ads_struct.c b/source4/libads/ads_struct.c
index 9774968e12..a6c679e002 100644
--- a/source4/libads/ads_struct.c
+++ b/source4/libads/ads_struct.c
@@ -87,7 +87,7 @@ ADS_STRUCT *ads_init(const char *realm,
{
ADS_STRUCT *ads;
- ads = (ADS_STRUCT *)smb_xmalloc(sizeof(*ads));
+ ads = smb_xmalloc_p(ADS_STRUCT);
ZERO_STRUCTP(ads);
ads->server.realm = realm? strdup(realm) : NULL;