mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
Merge typo fix.
(This used to be commit 7406fabe7ccdd99a19cc1df5f4339ac7e064e6b1)
This commit is contained in:
parent
7024ab8dca
commit
39cf300869
@ -38,7 +38,7 @@ static NTSTATUS cmd_ds_dsrole_getprimarydominfo(struct cli_state *cli,
|
||||
|
||||
if ( ctr.basic->flags & DSROLE_PRIMARY_DS_RUNNING ) {
|
||||
printf( "Directory Service is running.\n");
|
||||
printf( "Domain is in %s mode.\n", (ctr.basic->flags & DSROLE_PRIMARY_DS_MIXED_MODE) ? "mized" : "native" );
|
||||
printf( "Domain is in %s mode.\n", (ctr.basic->flags & DSROLE_PRIMARY_DS_MIXED_MODE) ? "mixed" : "native" );
|
||||
}
|
||||
else
|
||||
printf( "Directory Service not running on server\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user