Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 99165eb5580b0cb3af1401a9dd641af867852300
      
https://github.com/btcsuite/btcd/commit/99165eb5580b0cb3af1401a9dd641af867852300
  Author: David Hill <dh...@mindcry.org>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M rpctest/rpc_harness.go

  Log Message:
  -----------
  rpctest: Fix typo

Use os.Getpid() to get the process ID, not os.Getppid(), which returns
the parent process ID.  This resulted in multiple calls to
generateListeningAddresses() getting the same listening ports.


Reply via email to