mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
This is meant to be accessed via the helper fn, not directly.
(This used to be commit b84882a628b3f2f0890322f25694c1932aa3e5ec)
This commit is contained in:
parent
caf6252367
commit
31cda568c0
@ -1192,7 +1192,7 @@ ADS_STATUS ads_set_machine_sd(ADS_STRUCT *ads, const char *hostname, char *dn)
|
||||
#endif
|
||||
if (!(mods = ads_init_mods(ctx))) return ADS_ERROR(LDAP_NO_MEMORY);
|
||||
|
||||
ads_mod_repl_len(ctx, &mods, attrs[0], sd_size, ps_wire.data_p);
|
||||
ads_mod_repl_len(ctx, &mods, attrs[0], sd_size, prs_data_p(&ps_wire));
|
||||
ret = ads_gen_mod(ads, dn, mods);
|
||||
|
||||
prs_mem_free(&ps);
|
||||
|
Loading…
x
Reference in New Issue
Block a user