Patched a couple of minor bugs in UDI support. These have been sent
authorIan Lance Taylor <ian@airs.com>
Fri, 18 Sep 1992 19:37:55 +0000 (19:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 18 Sep 1992 19:37:55 +0000 (19:37 +0000)
to AMD.

gdb/29k-share/udi/udip2soc.c

index d37c496833f1ec197e93625f4d5d7284b0da85de..ff2d3439f91ac6427f36b298ed071a1e09a32213 100644 (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;