r21174: many thanks to Paul Wayper for pointing out that C99 requires a
authorAndrew Tridgell <tridge@samba.org>
Tue, 6 Feb 2007 05:26:25 +0000 (05:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:42 +0000 (14:44 -0500)
commit21eb316473486cb6b73bb3ff9c5f3a44ecd57e4a
tree726188b165edc87581c1c01d4de2c627e65cff83
parentfaf9a1146cb5f33228a11e01b66cb3cbe18bd05d
r21174: many thanks to Paul Wayper for pointing out that C99 requires a
matching va_end() for each va_copy(). This doesn't matter for most
architectures, but there could be some obscure ones where it does
matter.

some of this should be ported to Samba3
source/lib/replace/snprintf.c
source/lib/talloc/talloc.c
source/lib/util/dprintf.c
source/lib/util/util_file.c
source/lib/util/xfile.c