summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorragge <ragge@openbsd.org>2009-08-16 07:26:36 +0000
committerragge <ragge@openbsd.org>2009-08-16 07:26:36 +0000
commitb33f5d9969da93567053fb52b3aec4d0dcc41225 (patch)
treeeadfcc8ab48dd275ab3c35c03a886b815156dbfb
parentremove unused define. markus@ ok. (diff)
downloadwireguard-openbsd-b33f5d9969da93567053fb52b3aec4d0dcc41225.tar.xz
wireguard-openbsd-b33f5d9969da93567053fb52b3aec4d0dcc41225.zip
Do not have multiple va_end(). Ok miod@ + many more.
-rw-r--r--libexec/ld.so/dl_printf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/dl_printf.c b/libexec/ld.so/dl_printf.c
index 7823727dda9..9ef5e22f7b6 100644
--- a/libexec/ld.so/dl_printf.c
+++ b/libexec/ld.so/dl_printf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dl_printf.c,v 1.14 2009/05/18 20:27:19 drahn Exp $ */
+/* $OpenBSD: dl_printf.c,v 1.15 2009/08/16 07:26:36 ragge Exp $ */
/*-
* Copyright (c) 1993
@@ -222,7 +222,6 @@ reswitch:
put(ch, fd);
}
}
- va_end(ap);
_dl_flushbuf();
}