Hi,

On Sat, Jul 09, 2016 at 06:16:05PM +0200, Noel Kuntze wrote:
> Attached to this email are 8 patches that extend the NDIS6 TAP driver for 
> Windows with an

Please don't do that.  Squash the change set into one patch, with a good
commit message, and then send that with git-send-email.  *Way* easier to
process on our end.

> diff --git a/src/device.c b/src/device.c
> index 2b9e58e..a13ff4a 100644
> --- a/src/device.c
> +++ b/src/device.c
> @@ -697,7 +697,7 @@ Return Value:
>              if (inBufLength >= sizeof(ULONG))
>              {
>                  adapter->m_source_check = (BOOLEAN) ((PULONG) 
> (Irp->AssociatedIrp.SystemBuffer))[0];
> -                Irp->IoStatus.Information = 1
> +                Irp->IoStatus.Information = 1;
>              }
>              else
>              {

... especially avoiding hunks like this one, which really just fixes 
something that was introduced 3 patches before.

> From f4c5968201a1eff00748f31048509bea8173ad9a Mon Sep 17 00:00:00 2001
> From: Noel Kuntze <[email protected]>
> Date: Sat, 9 Jul 2016 00:20:25 +0200
> Subject: [PATCH 6/8] tap-windows.h: Fix accidental reuse of ioctl value.

... and this one...

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             [email protected]
fax: +49-89-35655025                        [email protected]

Attachment: signature.asc
Description: PGP signature

Reply via email to