cvs commit: src/tools/regression/netinet/udpconnectjail udpconnectjail.c

Robert Watson rwatson at FreeBSD.org
Sun Jan 16 07:01:29 PST 2005


rwatson     2005-01-16 15:01:28 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/netinet/udpconnectjail udpconnectjail.c 
  Log:
  In refactoring the test before committing, a pointer was passed instead
  of a structure for the sockaddr_in.  Pass the pointer to connect()
  instead of the pointer to the pointer.
  
  Specify a port number to connect to.
  
  Revision  Changes    Path
  1.2       +2 -2      src/tools/regression/netinet/udpconnectjail/udpconnectjail.c


More information about the cvs-src mailing list