a check in gotthard server to ensure that it is really gotthard and not moench module

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@522 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-04-26 08:29:43 +00:00
parent 6ca969e08f
commit 507debd7f4
6 changed files with 27 additions and 8 deletions

View File

@@ -35,6 +35,8 @@ int main(int argc, char *argv[])
}
}
if (argc==1) {
portno = DEFAULT_PORTNO;
sprintf(cmd,"%s %d &",argv[0],DEFAULT_PORTNO+1);