Patched a couple of minor bugs in UDI support. These have been sent

to AMD.
This commit is contained in:
Ian Lance Taylor 1992-09-18 19:37:55 +00:00
parent 292dc23953
commit 5258c9d1c6
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ tip_connect:
udr_UDISessionId(udrs, &session[*Session].tip_id);
udr_UDIError(udrs, &dfe_errno);
if (dfe_errno > 0) UDIKill(Session, 0);
if (dfe_errno > 0) UDIKill(*Session, 0);
return dfe_errno;