Re: [Openvpn-devel] [PATCH] plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case [v2]

2011-02-28 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/11 16:47, Stefan Hellermann wrote: >> >> Thanks a lot for this fix. Good catch! >> >> Applied to bugfix2.1 and merged into allmerged. >> >> commit 4c4b8cedfa98e8892a53eadd154836f8fa8cea7a >> Author: Stefan Hellermann >> Date: Sun Feb 27 22

Re: [Openvpn-devel] [PATCH] plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case [v2]

2011-02-28 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/11 15:40, Stefan Hellermann wrote: > Am 28.02.2011 15:23, schrieb Stefan Hellermann: >> Am 28.02.2011 09:08, schrieb Samuli Seppänen: >>> Hi Stefan, >>> >>> I think you should rebase your patch against the "beta2.2" branch. No >>> development

[Openvpn-devel] [PATCH] plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case [v2]

2011-02-28 Thread Stefan Hellermann
Am 28.02.2011 15:23, schrieb Stefan Hellermann: > Am 28.02.2011 09:08, schrieb Samuli Seppänen: >> Hi Stefan, >> >> I think you should rebase your patch against the "beta2.2" branch. No >> development is done in the "allmerged" branch, it only used to aggregate >> code from other branches. >> > The

Re: [Openvpn-devel] [PATCH] plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case

2011-02-28 Thread Stefan Hellermann
Am 28.02.2011 09:08, schrieb Samuli Seppänen: > >> plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case >> >> Commit 2db5a0ac3e053857d97e468de53e70a605f54561 adds two arguments to >> plugin_call(...), but missed the !ENABLE_PLUGIN case. With >> !ENABLE_PLUGIN, plugin_call(...) is

Re: [Openvpn-devel] [PATCH] plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case

2011-02-28 Thread Samuli Seppänen
> plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case > > Commit 2db5a0ac3e053857d97e468de53e70a605f54561 adds two arguments to > plugin_call(...), but missed the !ENABLE_PLUGIN case. With > !ENABLE_PLUGIN, plugin_call(...) is only a dummy, so add these two > parameters there to

[Openvpn-devel] [PATCH] plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case

2011-02-27 Thread Stefan Hellermann
plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case Commit 2db5a0ac3e053857d97e468de53e70a605f54561 adds two arguments to plugin_call(...), but missed the !ENABLE_PLUGIN case. With !ENABLE_PLUGIN, plugin_call(...) is only a dummy, so add these two parameters there too. --- plu