s4:dgram: s/private/private_data
[kai/samba.git] / source4 / nbt_server / dgram / netlogon.c
index a3a7552f6a8d3f13af427861d95dbb8bc94efe50..e5c82280e3afa49f2c3791b0d3086e7f0cc4dfad 100644 (file)
@@ -161,7 +161,7 @@ void nbtd_mailslot_netlogon_handler(struct dgram_mailslot_handler *dgmslot,
 {
        NTSTATUS status = NT_STATUS_NO_MEMORY;
        struct nbtd_interface *iface = 
-               talloc_get_type(dgmslot->private, struct nbtd_interface);
+               talloc_get_type(dgmslot->private_data, struct nbtd_interface);
        struct nbt_netlogon_packet *netlogon = 
                talloc(dgmslot, struct nbt_netlogon_packet);
        struct nbtd_iface_name *iname;