Skip to content
  • Sebastian Stark's avatar
    Fix data race with ferr in subcmdRun() · a08a1143
    Sebastian Stark authored
      - In the case of rsync returning a non-zero value and snaprd
        receiving a signal an unsynchronized write to ferr could happen.
      - Instead, make createExitDone take errors as values and send it
        there.
    a08a1143