Fixed printing of netatalk statistics WRT the -s flag.
PR: bin/6994 Submitted by: Zahemszky Gabor <zgabor@zg.CoDe.hu> MFC after: 1 week
This commit is contained in:
parent
1c59bf7de3
commit
d57e0246d1
@ -244,8 +244,8 @@ atalkprotopr(off, name)
|
||||
}
|
||||
}
|
||||
|
||||
#define ANY(x,y,z) \
|
||||
((x) ? printf("\t%lu %s%s%s\n",x,y,plural(x),z) : 0)
|
||||
#define ANY(x,y,z) if (x || sflag <= 1) \
|
||||
printf("\t%lu %s%s%s\n",x,y,plural(x),z)
|
||||
|
||||
/*
|
||||
* Dump DDP statistics structure.
|
||||
|
Loading…
x
Reference in New Issue
Block a user