mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
parent
496c836576
commit
0040de451e
@ -50,10 +50,19 @@ static BOOL ds_io_dominfobasic( char *desc, prs_struct *ps, int depth, DSROLE_PR
|
||||
|
||||
if ( !smb_io_unistr2( "netbios_domain", &p->netbios_domain, p->netbios_ptr, ps, depth) )
|
||||
return False;
|
||||
if ( !prs_align(ps) )
|
||||
return False;
|
||||
|
||||
if ( !smb_io_unistr2( "dns_domain", &p->dns_domain, p->dnsname_ptr, ps, depth) )
|
||||
return False;
|
||||
if ( !prs_align(ps) )
|
||||
return False;
|
||||
|
||||
if ( !smb_io_unistr2( "forest_domain", &p->forest_domain, p->forestname_ptr, ps, depth) )
|
||||
return False;
|
||||
if ( !prs_align(ps) )
|
||||
return False;
|
||||
|
||||
|
||||
return True;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user