Re: [Openvpn-devel] +++ route.c 2011-05-18 09:15:17.000000000 +0200

2011-05-19 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In addition to Gert's comments, I would like to see a complete commit patch. It seems you just did "git diff | git send-email", which makes this patch more difficult to apply. Please do a git commit -s to your local git tree (you have all rights to

[Openvpn-devel] Topics for today's meeting

2011-05-19 Thread Samuli Seppänen
Hi, We're having an IRC meeting today, starting at 18:00 UTC on #openvpn-de...@irc.freenode.net. Current topic list is here: If you have any other things you'd like to bring up, respond to this mail, send me mail privately or add the

Re: [Openvpn-devel] +++ route.c 2011-05-18 09:15:17.000000000 +0200

2011-05-19 Thread Peter Stuge
David Sommerseth wrote: > Please do a git commit -s to your local git tree (you have all rights to do > so, its all on your own computer) then do 'git format-patch HEAD~1' and > send the 0001-whatever-comes-here.patch via git send-email. git send-email HEAD~1 # is shorthand for that //Peter

Re: [Openvpn-devel] +++ route.c 2011-05-18 09:15:17.000000000 +0200

2011-05-19 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/11 16:30, Peter Stuge wrote: > David Sommerseth wrote: >> Please do a git commit -s to your local git tree (you have all rights to do >> so, its all on your own computer) then do 'git format-patch HEAD~1' and >> send the 0001-whatever-comes-he

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-19 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/05/11 23:57, Matthew L. Creech wrote: > Hi, > > I just upgraded to 2.2.0, and my build fails with: > > ps.c: In function 'port_share_open': > ps.c:778:7: error: 'management' undeclared (first use in this function) > ps.c:778:7: note: each undec

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-19 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/11 18:16, David Sommerseth wrote: > On 11/05/11 23:57, Matthew L. Creech wrote: >> Hi, > >> I just upgraded to 2.2.0, and my build fails with: > >> ps.c: In function 'port_share_open': >> ps.c:778:7: error: 'management' undeclared (first use

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-19 Thread Matthew L. Creech
On Thu, May 19, 2011 at 12:19 PM, David Sommerseth wrote: > > Sorry!  I need to revert this patch.  You use MANAGEMENT_ENABLED, but it > should be ENABLE_MANAGEMENT.  I just noticed it now.  I'm sorry for the > noise, I'll fix this and apply it again. > Oops, sorry about that! Didn't notice it w

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-19 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/11 18:19, David Sommerseth wrote: > On 19/05/11 18:16, David Sommerseth wrote: >> On 11/05/11 23:57, Matthew L. Creech wrote: >>> Hi, > >>> I just upgraded to 2.2.0, and my build fails with: > >>> ps.c: In function 'port_share_open': >>> ps.