X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fopenbsd%2Fdevice.c;h=07fa4b9f4471b1ea33a466377769f4d4079d64f9;hp=e7670300fe4b8d792b2808396b5bc2d99ab403de;hb=8eca27e863d9cb139a1e4039f63aaac3c9afc3c6;hpb=5c29d066688691dd1664597ba1c76195634f06c0 diff --git a/src/openbsd/device.c b/src/openbsd/device.c index e767030..07fa4b9 100644 --- a/src/openbsd/device.c +++ b/src/openbsd/device.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.17 2003/07/22 20:55:21 guus Exp $ + $Id: device.c,v 1.1.2.18 2003/07/31 11:31:51 guus Exp $ */ #include "system.h" @@ -106,7 +106,6 @@ bool read_packet(vpn_packet_t *packet) ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Read packet of %d bytes from %s"), packet->len, device_info); - } return true; }