ignore /net/ prefixes - been long enough
This commit is contained in:
parent
c8a93fb753
commit
4b1648d559
@ -84,9 +84,6 @@ p9dialparse(char *addr, char **pnet, char **punix, u32int *phost, int *pport)
|
||||
struct hostent *he;
|
||||
struct sockaddr_un *sockun;
|
||||
|
||||
if(strncmp(addr, "/net/", 5) == 0)
|
||||
addr += 5;
|
||||
|
||||
*punix = nil;
|
||||
net = addr;
|
||||
if((host = strchr(net, '!')) == nil){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user