Index: src/StreamCore.cc =================================================================== RCS file: /afs/psi.ch/user/z/zimoch/.cvsroot/StreamDevice2/src/StreamCore.cc,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/StreamCore.cc 14 Jun 2006 15:36:21 -0000 1.16 --- src/StreamCore.cc 21 Jun 2006 14:49:54 -0000 1.17 *************** *** 1316,1321 **** --- 1316,1329 ---- { outputLine.clear(); formatOutput(); + // release bus + if (flags & BusOwner) + { + debug("StreamCore::evalExec(%s): unlocking bus\n", + name()); + busUnlock(); + flags &= ~BusOwner; + } if (!execute()) { error("%s: executing command \"%s\"\n", name(), outputLine());