|
From: <ope...@li...> - 2011-04-21 18:53: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 with experimental and new features - which requires a lot of testing".
The branch, beta2.2 has been updated
via 47dd9a4d7b2930f6e1b5d6f0ce0c154efc87ac29 (commit)
from 1cc2b62d97d651ce9b05466928faba3b463838b7 (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 47dd9a4d7b2930f6e1b5d6f0ce0c154efc87ac29
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...>
(cherry picked from commit df5a4380c3931520d5fae2b18f0fc2e67a883aae)
-----------------------------------------------------------------------
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
|