Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 10:24:06 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/rpc rpc_generic.c
Message-ID:  <200104261724.f3QHO6X91866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/04/26 10:24:06 PDT

  Modified files:
    lib/libc/rpc         rpc_generic.c 
  Log:
  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 <mb@imp.ch>
  
  Revision  Changes    Path
  1.4       +3 -1      src/lib/libc/rpc/rpc_generic.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104261724.f3QHO6X91866>