opentap() - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit e0877492bece4b0bd7e543ea205ebbf9e9b2732f
(DIR) parent f98776a4731043f6a65d46e035282cc9ed165b80
(HTM) Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
Date: Mon, 7 Jun 2010 23:55:32 +0200
opentap()
Diffstat:
src/9vx/ethertap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/9vx/ethertap.c b/src/9vx/ethertap.c
@@ -93,7 +93,7 @@ setup(void)
iprint("ve: cannot read mac address\n");
return -1;
}
- return opentap(dev);
+ return opentap();
}
Block*