diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-11 19:22:08 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-11 19:22:08 +0000 |
commit | abdc9d790b7d27b70aaf88451f5c82c99c94ca6e (patch) | |
tree | 66878a2681953bfd545519bd5cbca1357108c98e /source/rpcclient/display.c | |
parent | 74530677d5301abd2da5bcdcb1fde6e6f903ad70 (diff) | |
download | samba-abdc9d790b7d27b70aaf88451f5c82c99c94ca6e.tar.gz samba-abdc9d790b7d27b70aaf88451f5c82c99c94ca6e.tar.xz samba-abdc9d790b7d27b70aaf88451f5c82c99c94ca6e.zip |
clearing up security descriptor
Diffstat (limited to 'source/rpcclient/display.c')
-rw-r--r-- | source/rpcclient/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/display.c b/source/rpcclient/display.c index c55358bc9c2..c35f8db9af5 100644 --- a/source/rpcclient/display.c +++ b/source/rpcclient/display.c @@ -1175,7 +1175,7 @@ void display_sec_desc(FILE *out_hnd, enum action_type action, SEC_DESC *sec) { case ACTION_HEADER: { - fprintf(out_hnd, "\tSecurity Descriptor\tunk 1,2: %x %x\n", sec->unknown_1, sec->unknown_2); + fprintf(out_hnd, "\tSecurity Descriptor\tunk 1: %x\n", sec->unknown_1); fprintf(out_hnd, "\t-------------------\n"); break; |