|
From: <ope...@li...> - 2011-04-21 18:53:48
|
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 with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via df5a4380c3931520d5fae2b18f0fc2e67a883aae (commit)
from 6d1d08f6792109a4a4cdd9cd0936fd4338c76fa1 (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 df5a4380c3931520d5fae2b18f0fc2e67a883aae
Author: David Sommerseth <da...@us...>
Date: Thu Apr 21 20:32:26 2011 +0200
Improve the mysprintf() issue in openvpnserv.c
A quick and dirty compile fix was introduced in commit 77d244050964525417,
and was accepted under the condition that it would be a temporary fix.
As the usage of _snprintf() is realy not ideal on Windows, this patch
uses the same well tested openvpn_snprintf() function from buffer.c.
It was a longer discussion of several possibilities to re-use that code,
but in the end it seemed easier to just copy-paste this function to
openvpnserv.c for now.
The reason for this conclusion was that the function is really simple,
well defined and will most likely not be changed much in the future.
It is also added a comment in openvpnserv.c where this function
has its origins.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: James Yonan <ja...@op...>
-----------------------------------------------------------------------
Summary of changes:
service-win32/openvpnserv.c | 39 ++++++++++++++++++++++++++++-----------
1 files changed, 28 insertions(+), 11 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|