From 6e8eb7f0405a7dc94ceced186c192d577445316c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Jun 06 2008 21:06:01 +0000 Subject: Removed the initialization of va_list from the warning patch. --- diff --git a/nfs-utils-1.1.2-warnings.patch b/nfs-utils-1.1.2-warnings.patch index a7faa33..cbfeac5 100644 --- a/nfs-utils-1.1.2-warnings.patch +++ b/nfs-utils-1.1.2-warnings.patch @@ -32,16 +32,3 @@ index 8f392a7..0ce3682 100644 /* see if the entry already exists, otherwise this was an instantiated * wild card, and we must add it */ -diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c -index 6820346..5ac9ba0 100644 ---- a/support/nfs/xlog.c -+++ b/support/nfs/xlog.c -@@ -133,7 +133,7 @@ xlog_enabled(int fac) - void - xlog_backend(int kind, const char *fmt, va_list args) - { -- va_list args2; -+ va_list args2 = (va_list)NULL; - - if (!(kind & (L_ALL)) && !(logging && (kind & logmask))) - return;