1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r4285: Allow -v or -l for displaying verbose groupmap-listing as well as

"verbose".

Guenther
(This used to be commit 0760d07b4c)
This commit is contained in:
Günther Deschner 2004-12-20 11:05:54 +00:00 committed by Gerald (Jerry) Carter
parent 3c11b03100
commit 2da4456df9

View File

@ -113,6 +113,9 @@ static int net_groupmap_list(int argc, const char **argv)
int i;
fstring ntgroup = "";
fstring sid_string = "";
if (opt_verbose || opt_long_list_entries)
long_list = True;
/* get the options */
for ( i=0; i<argc; i++ ) {