aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-11-19 11:18:07 +0100
committerMartin Willi <martin@revosec.ch>2013-11-20 16:57:28 +0100
commit07ca25909b60a494ccc18b77f030ec5228f2ec6e (patch)
tree4924bbcd3e973677c26740c381a8313d9c21a4a7
parent8071c2a5e324e5d79855e54c0c344257ca37fd2d (diff)
downloadstrongswan-07ca25909b60a494ccc18b77f030ec5228f2ec6e.tar.bz2
strongswan-07ca25909b60a494ccc18b77f030ec5228f2ec6e.tar.xz
printf-hook-builtin: Don't use %P to print uppercase hex pointers
We use %P as custom printf specifier for proposals.
-rw-r--r--src/libstrongswan/utils/printf_hook/printf_hook_builtin.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstrongswan/utils/printf_hook/printf_hook_builtin.c b/src/libstrongswan/utils/printf_hook/printf_hook_builtin.c
index d00abef20..7ed3979a0 100644
--- a/src/libstrongswan/utils/printf_hook/printf_hook_builtin.c
+++ b/src/libstrongswan/utils/printf_hook/printf_hook_builtin.c
@@ -725,12 +725,6 @@ int builtin_vsnprintf(char *buffer, size_t n, const char *format, va_list ap)
switch (ch)
{
- case 'P':
- {
- /* Upper case pointer */
- flags |= FL_UPPER;
- /* fall through */
- }
case 'p':
{
/* Pointer */