cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Sat Apr 1 10:45:53 UTC 2006


rwatson     2006-04-01 10:45:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Assert so->so_pcb is NULL in sodealloc() -- the protocol state should not
  be present at this point.  We will eventually remove this assert because
  the socket layer should never look at so_pcb, but for now it's a useful
  debugging tool.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.261     +2 -0      src/sys/kern/uipc_socket.c


More information about the cvs-all mailing list