linux-atm-2.5.0-open-macro.patch 443 B

123456789101112
  1. --- linux-atm/src/maint/atmtcp.c~ 2007-08-22 14:59:21.000000000 +0100
  2. +++ linux-atm/src/maint/atmtcp.c 2007-08-22 18:27:24.000000000 +0100
  3. @@ -109,7 +109,7 @@ static void control(int in_link,struct a
  4. switch (msg->type) {
  5. case ATMTCP_CTRL_OPEN:
  6. if (out->ops->open)
  7. - changed += out->ops->open(out,in_link,msg);
  8. + changed += (out->ops->open)(out,in_link,msg);
  9. break;
  10. case ATMTCP_CTRL_CLOSE:
  11. if (out->ops->close)