diff options
author | David Sommerseth <davids@redhat.com> | 2011-04-29 13:28:06 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-05-19 20:27:03 +0200 |
commit | 555fc5e34a9b1aca4bfa435023fe1aa336557ec7 (patch) | |
tree | 40cf0f0b02ef80343a6b525e9c3eccc3a9023212 /mudp.c | |
parent | Fix 2.2.0 build failure when management interface disabled (diff) | |
download | openvpn-555fc5e34a9b1aca4bfa435023fe1aa336557ec7.tar.xz |
Fix const declarations in plug-in v3 structs
Microsoft Visual Studio complains about const char const **ptr declarations
and expects them to be be const char ** const ptr. The latter is what was the
intention, that neither the pointer nor the value(s) it points at can be changed.
Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'mudp.c')
0 files changed, 0 insertions, 0 deletions