Bugfix from Jochen Erwied <mack@joker.e.ruhr.de>

This commit is contained in:
Kai Germaschewski 1999-12-27 23:03:09 +00:00
parent 13ad9e2fa0
commit f3ad97817c
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ hdl_RCAPI_REGISTER_REQ(struct capi_message *msg) {
p = retstr;
if(capiVersion == 2) {
if((capi_fd = CAPI20_REGISTER(maxLogicalConnections, maxBDataBlocks, maxBDataLen, &err)) < 0) {
if((err = CAPI20_REGISTER(maxLogicalConnections, maxBDataBlocks, maxBDataLen, &capi_fd)) < 0) {
capierr = err;
log(5, "registration not successful\n");
} else {