mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:libnet: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
0cef5dafdc
commit
1bb5cfef87
@ -340,7 +340,7 @@ static void continue_name_found(struct composite_context *ctx)
|
|||||||
c->status = libnet_LookupName_recv(ctx, c, &s->lookup);
|
c->status = libnet_LookupName_recv(ctx, c, &s->lookup);
|
||||||
if (!composite_is_ok(c)) return;
|
if (!composite_is_ok(c)) return;
|
||||||
|
|
||||||
/* Is is a group SID actually ? */
|
/* Is it a group SID actually ? */
|
||||||
if (s->lookup.out.sid_type != SID_NAME_DOM_GRP &&
|
if (s->lookup.out.sid_type != SID_NAME_DOM_GRP &&
|
||||||
s->lookup.out.sid_type != SID_NAME_ALIAS) {
|
s->lookup.out.sid_type != SID_NAME_ALIAS) {
|
||||||
composite_error(c, NT_STATUS_NO_SUCH_GROUP);
|
composite_error(c, NT_STATUS_NO_SUCH_GROUP);
|
||||||
|
Loading…
Reference in New Issue
Block a user