X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fopenbsd%2Fdevice.c;h=a24d2d0d36bea6e41c690fed41b2a3cbb2a9c8ce;hp=1fccd14f18fc8db8dc7876008e68909348b35dd5;hb=1c34ba7fb8580949f3bd3a0d804747bbaea28e36;hpb=24cc2a9065a4e962fb05addac47322930099a4b5 diff --git a/src/openbsd/device.c b/src/openbsd/device.c index 1fccd14f..a24d2d0d 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.3 2002/02/10 21:57:54 guus Exp $ + $Id: device.c,v 1.1.2.4 2002/02/11 12:33:01 guus Exp $ */ #include "config.h" @@ -66,7 +66,7 @@ int setup_device(void) device = DEFAULT_DEVICE; if(!get_config_string(lookup_config(config_tree, "Interface"), &interface)) - interface = netname; + interface = rindex(device, '/')?rindex(device, '/')+1:device; cp if((device_fd = open(device, O_RDWR | O_NONBLOCK)) < 0) {