- Fixed an off by one in a message from killfile

- Fixed a nasty reentrency bug in nread.c
_ protected devexec.c against the same bug
This commit is contained in:
koennecke
2007-09-06 13:25:51 +00:00
parent e4a55b9d0c
commit c75f556fa5
4 changed files with 28 additions and 1300 deletions

View File

@@ -265,7 +265,7 @@ extern int VerifyChannel(mkChannel *self); /* defined in network.c */
"ERROR: insufficient privilege to invoke Interrupt",
eError);
}
return 1;
return 0;
}
/* split into command lines
@@ -703,7 +703,7 @@ extern int VerifyChannel(mkChannel *self); /* defined in network.c */
{
return 0;
}
/* build the select mask */
FD_ZERO(&lMask);
iRet = LLDnodePtr2First(self->iList);