cron2 has uploaded a new patch set (#3) to the change originally created by 
plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/745?usp=email )

The following approvals got outdated and were removed:
Code-Review+2 by cron2


Change subject: Make read/write_tun_header static
......................................................................

Make read/write_tun_header static

These functions are not used outside tun.c

Change-Id: I028634dba74a273c725b0beb16b674897b3c23fa
Signed-off-by: Arne Schwabe <[email protected]>
Acked-by: Gert Doering <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Gert Doering <[email protected]>
URL: 
https://www.mail-archive.com/[email protected]/msg29249.html
---
M src/openvpn/tun.c
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/45/745/3

diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c
index 82c5c00..8b6c34d 100644
--- a/src/openvpn/tun.c
+++ b/src/openvpn/tun.c
@@ -1792,7 +1792,7 @@
     }
 }

-int
+static int
 write_tun_header(struct tuntap *tt, uint8_t *buf, int len)
 {
     if (tt->type == DEV_TYPE_TUN)
@@ -1825,7 +1825,7 @@
     }
 }

-int
+static int
 read_tun_header(struct tuntap *tt, uint8_t *buf, int len)
 {
     if (tt->type == DEV_TYPE_TUN)

--
To view, visit http://gerrit.openvpn.net/c/openvpn/+/745?usp=email
To unsubscribe, or for help writing mail filters, visit 
http://gerrit.openvpn.net/settings

Gerrit-Project: openvpn
Gerrit-Branch: master
Gerrit-Change-Id: I028634dba74a273c725b0beb16b674897b3c23fa
Gerrit-Change-Number: 745
Gerrit-PatchSet: 3
Gerrit-Owner: plaisthos <[email protected]>
Gerrit-Reviewer: cron2 <[email protected]>
Gerrit-Reviewer: flichtenheld <[email protected]>
Gerrit-CC: openvpn-devel <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to