got rid of client telling detector that receiver is down each time it doesnt work

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@325 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-10-29 17:01:59 +00:00
parent f37cd6640f
commit 439c2b1de8
2 changed files with 1 additions and 6 deletions

View File

@ -790,6 +790,7 @@ string slsDetectorCommand::cmdAcquire(int narg, char *args[], int action) {
if(receiver)
myDet->stopReceiver();
return string("");
}