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

This commit is contained in:
kai 1999-12-27 23:03:09 +00:00
parent e58035b5e7
commit e1e69b39d0
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 {