diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /openvpn/debug/dovalns |
Initial import
Diffstat (limited to 'openvpn/debug/dovalns')
-rwxr-xr-x | openvpn/debug/dovalns | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openvpn/debug/dovalns b/openvpn/debug/dovalns new file mode 100755 index 00000000..482ae3fd --- /dev/null +++ b/openvpn/debug/dovalns @@ -0,0 +1,2 @@ +#!/bin/bash +valgrind --tool=memcheck --error-limit=no --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $* |