mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4:libnet: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
950f0b47d9
commit
37664f4ce7
@ -616,7 +616,7 @@ struct composite_context* libnet_DomainOpen_send(struct libnet_context *ctx,
|
||||
|
||||
switch (io->in.type) {
|
||||
case DOMAIN_LSA:
|
||||
/* reques to open a policy handle on \pipe\lsarpc */
|
||||
/* request to open a policy handle on \pipe\lsarpc */
|
||||
c = libnet_DomainOpenLsa_send(ctx, mem_ctx, io, monitor);
|
||||
break;
|
||||
|
||||
|
@ -336,7 +336,7 @@ static void continue_name_found(struct composite_context *ctx)
|
||||
c = talloc_get_type_abort(ctx->async.private_data, struct composite_context);
|
||||
s = talloc_get_type_abort(c->private_data, struct group_info_state);
|
||||
|
||||
/* receive SID assiociated with name found */
|
||||
/* receive SID associated with name found */
|
||||
c->status = libnet_LookupName_recv(ctx, c, &s->lookup);
|
||||
if (!composite_is_ok(c)) return;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
|
||||
/*
|
||||
* struct definition for connecting to a dcerpc inferface
|
||||
* struct definition for connecting to a dcerpc interface
|
||||
*/
|
||||
|
||||
enum libnet_RpcConnect_level {
|
||||
|
Loading…
Reference in New Issue
Block a user