Skip to content
Snippets Groups Projects
This project is mirrored from https://www-csr.bessy.de/control/SoftDist/sequencer/repo/branch-2-2.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 09, 2013
  2. Oct 08, 2013
  3. Oct 07, 2013
  4. Oct 19, 2013
  5. Oct 09, 2013
  6. Oct 08, 2013
  7. Oct 07, 2013
  8. Mar 28, 2014
  9. Oct 04, 2013
  10. Oct 02, 2013
  11. Oct 07, 2013
  12. Mar 28, 2014
    • benjamin.franksen's avatar
      bugfix: do not call seq_monitor in pvAssign but reset dbch->monid [amended for branch-2-2] · 552d01c6
      benjamin.franksen authored
      The problem was a call seq_monitor(ch, FALSE) inside pvAssign after we
      destroy the channel (if one exists). This will always fail (strange I
      never noticed that) and as a result dbch->monid would not be reset to
      NULL. That in turn means when the channel is re-assigned and connects,
      seq_monitor(ch, TRUE) will not do anything because it thinks there is
      already a valid subscription.
      
      The fix is to remove the call and instead only reset dbch->monid to NULL.
      552d01c6
Loading