AUDIT: Fix abuse of va_args.
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>
Tue, 10 May 2005 17:58:51 +0000 (18:58 +0100)
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>
Tue, 10 May 2005 17:58:51 +0000 (18:58 +0100)
We're not allowed to use args twice; we need to use va_copy.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found