- Fixed a bug which caused the SICServer to die when a socket was broken.
- Fixed many things in DIFRAC subsystem:
* Recoded tcentr.f etc so that the course centering will work and will not
go into an endless loop.
* fixed boundary overwrites which occurred when yesno or alfnum where
uset to get a single character and several were given.
* Addeded documentation for DIFRAC
- Added tcl-files which support the WWW status system
This commit is contained in:
3
nread.c
3
nread.c
@@ -367,7 +367,8 @@ extern VerifyChannel(mkChannel *self); /* defined in network.c */
|
||||
pTel = CreateTelnet(pRes);
|
||||
if(!pTel)
|
||||
{
|
||||
SICSLogWrite("Failure to allocate new Telnet Task Object",eInternal);
|
||||
SICSLogWrite("Failure to allocate new Telnet Task Object",
|
||||
eInternal);
|
||||
SCDeleteConnection(pRes);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user