From 0393ba6656ce6cf679a2c4663275b3ed0f1a34b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 31 Jul 2014 12:09:49 +0200 Subject: Updated ics-openvpn to rev 859 + no 2nd notification. --- ics-openvpn-stripped/main/openvpn/debug/doval | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 ics-openvpn-stripped/main/openvpn/debug/doval (limited to 'ics-openvpn-stripped/main/openvpn/debug/doval') diff --git a/ics-openvpn-stripped/main/openvpn/debug/doval b/ics-openvpn-stripped/main/openvpn/debug/doval new file mode 100755 index 00000000..e2155107 --- /dev/null +++ b/ics-openvpn-stripped/main/openvpn/debug/doval @@ -0,0 +1,4 @@ +#!/bin/bash +PROGDIR=`dirname $0` +unset LD_LIBRARY_PATH +valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@" -- cgit v1.2.3