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 | 60a91a1dca12e675e4498062f33ed773ddd5600a (patch) | |
tree | 7b828ffbd2c92b29f88238d1f43cce0b5b493953 /source3/rpcclient/display.c | |
parent | 16a243ec5efe0fed8a6934442e87f57c635e4703 (diff) | |
download | samba-60a91a1dca12e675e4498062f33ed773ddd5600a.tar.gz samba-60a91a1dca12e675e4498062f33ed773ddd5600a.tar.bz2 samba-60a91a1dca12e675e4498062f33ed773ddd5600a.zip |
clearing up security descriptor
(This used to be commit abdc9d790b7d27b70aaf88451f5c82c99c94ca6e)
Diffstat (limited to 'source3/rpcclient/display.c')
-rw-r--r-- | source3/rpcclient/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/display.c b/source3/rpcclient/display.c index c55358bc9c..c35f8db9af 100644 --- a/source3/rpcclient/display.c +++ b/source3/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; |