diff options
-rw-r--r-- | source3/rpc_parse/parse_prs.c | 4 | ||||
-rw-r--r-- | source3/rpcclient/cmd_reg.c | 2 | ||||
-rw-r--r-- | source3/utils/net_rpc_registry.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source3/rpc_parse/parse_prs.c b/source3/rpc_parse/parse_prs.c index 4683f1dbd0..474e93cc1f 100644 --- a/source3/rpc_parse/parse_prs.c +++ b/source3/rpc_parse/parse_prs.c @@ -607,12 +607,12 @@ BOOL prs_uint8(const char *name, prs_struct *ps, int depth, uint8 *data8) if (q == NULL) return False; - if (UNMARSHALLING(ps)) + if (UNMARSHALLING(ps)) *data8 = CVAL(q,0); else SCVAL(q,0,*data8); - DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8)); + DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8)); ps->data_offset += 1; diff --git a/source3/rpcclient/cmd_reg.c b/source3/rpcclient/cmd_reg.c index fcc18cd9f5..e8038d094e 100644 --- a/source3/rpcclient/cmd_reg.c +++ b/source3/rpcclient/cmd_reg.c @@ -42,7 +42,7 @@ * */ -#if 0 /* This whole file need to be rewritten for the cirrent rpcclient interface */ +#if 0 /* This whole file need to be rewritten for the current rpcclient interface */ /**************************************************************************** nt registry enum diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index 9852fe4a94..33d5310698 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -100,7 +100,7 @@ static NTSTATUS rpc_registry_enumerate_internal(const DOM_SID *domain_sid, if (argc != 1 ) { d_printf("Usage: net rpc enumerate <path> [recurse]\n"); - d_printf("Example:: net rpc enumerate 'HKLM\\Software\\Samba'\n"); + d_printf("Example: net rpc enumerate 'HKLM\\Software\\Samba'\n"); return NT_STATUS_OK; } |