K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-04-26T17:24:05.000000Z K 7 svn:log V 341 The function __rpc_uaddr2taddr_af() converts an RPC "universal address" string to a netbuf/sockaddr "transport address". In the case of an AF_LOCAL address, it was missing the code to actually point the netbuf at the newly allocated sockaddr_un, so the caller ended up with a netbuf containing junk. Submitted by: Martin Blapp END