* device.shilka (device::parse): Allow units on other than tty.
This commit is contained in:
@@ -86,7 +86,7 @@ device::parse (const char *s)
|
||||
if (++len < prior_len)
|
||||
{
|
||||
dev = lookup (s, len);
|
||||
if (!dev || (!dev->upper && !dev->devn == FH_TTY))
|
||||
if (!dev || !dev->upper)
|
||||
dev = NULL;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user