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:
Ruslan Ermilov 2001-06-12 14:00:39 +00:00
parent 1c59bf7de3
commit d57e0246d1

View File

@ -244,8 +244,8 @@ atalkprotopr(off, name)
} }
} }
#define ANY(x,y,z) \ #define ANY(x,y,z) if (x || sflag <= 1) \
((x) ? printf("\t%lu %s%s%s\n",x,y,plural(x),z) : 0) printf("\t%lu %s%s%s\n",x,y,plural(x),z)
/* /*
* Dump DDP statistics structure. * Dump DDP statistics structure.