ignore /net/ prefixes - been long enough
This commit is contained in:
parent
c8a93fb753
commit
4b1648d559
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue