]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/nfs/xlog.c
Cleaned up warnings in rmtab.c and xlog.c
[nfs-utils.git] / support / nfs / xlog.c
index 6820346494862775d8108bd5a49e19ed303ca0db..5ac9ba0e6a4d0657d2d9f9440319522921363cf6 100644 (file)
@@ -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 = NULL;
 
        if (!(kind & (L_ALL)) && !(logging && (kind & logmask)))
                return;