From a5ba214479253425dc18521103945c7996f05583 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Wed, 12 Dec 2001 15:25:22 +0000 Subject: added a -V[erbose] option to samsync. Decode a lot of information I'm looking at chaining the credentials J.F. (This used to be commit d49c8e4d3d64b48e243d0f517b9e7f037103af13) --- source3/rpcclient/display_sec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/display_sec.c') diff --git a/source3/rpcclient/display_sec.c b/source3/rpcclient/display_sec.c index 009f88e49b..412f918344 100644 --- a/source3/rpcclient/display_sec.c +++ b/source3/rpcclient/display_sec.c @@ -56,7 +56,7 @@ char *get_sec_mask_str(uint32 type) if (type & DELETE_ACCESS) fstrcat(typestr, "DELETE_ACCESS "); - printf("Specific bits: 0x%x\n", type&SPECIFIC_RIGHTS_MASK); + printf("\t\tSpecific bits: 0x%x\n", type&SPECIFIC_RIGHTS_MASK); return typestr; } -- cgit