Fix usage of va_list passed as an arg. Use __va_copy before using it
authorJim McDonough <jmcd@samba.org>
Fri, 17 May 2002 14:51:22 +0000 (14:51 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 17 May 2002 14:51:22 +0000 (14:51 +0000)
commitc7523c57512258007f0ac5271697fc6a9f4618d6
tree43ab98ce3e97f2a910c15ef76978bb46a8471407
parent31cda568c05624ef5e7fd2970c5f2733e67eedc3
Fix usage of va_list passed as an arg.  Use __va_copy before using it
when it exists.
(This used to be commit 85ab07bdc1b2ce7b2c1b8197fad45124b1460dca)
source3/lib/dprintf.c
source3/lib/snprintf.c
source3/lib/util.c
source3/lib/xfile.c