1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-samr: fix s4 samr server after idl change.

Guenther
This commit is contained in:
Günther Deschner 2008-12-02 23:27:08 +01:00
parent e97149087a
commit ce01168158

View File

@ -763,8 +763,7 @@ static NTSTATUS dcesrv_samr_info_DomInfo13(struct samr_domain_state *state,
info->domain_create_time = ldb_msg_find_attr_as_uint(dom_msgs[0], "creationTime",
0x0LL);
info->unknown1 = 0;
info->unknown2 = 0;
info->modified_count_at_last_promotion = 0;
return NT_STATUS_OK;
}