|
From: <ope...@li...> - 2011-05-19 19:48:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN main development repository".
The branch, master has been updated
via 555fc5e34a9b1aca4bfa435023fe1aa336557ec7 (commit)
from ca0ed8458a355aea46d26c209984caaf533784ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 555fc5e34a9b1aca4bfa435023fe1aa336557ec7
Author: David Sommerseth <da...@re...>
Date: Fri Apr 29 13:28:06 2011 +0200
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 <da...@re...>
Acked-by: Gert Doering <ge...@gr...>
-----------------------------------------------------------------------
Summary of changes:
openvpn-plugin.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|