9
0
Fork 0

svn_rev_426

This commit is contained in:
Sascha Hauer 2007-07-05 18:01:52 +02:00 committed by Sascha Hauer
parent 9374dcd9e0
commit a45e1af152
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ int tap_probe(struct device_d *dev)
priv->fd = tap_alloc(priv->name);
if (priv->fd < 0) {
printf("could not get tap device\n");
ret = priv->fd;
goto out;
}