summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pr/src/md/mac/macsockotpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/src/md/mac/macsockotpt.c b/pr/src/md/mac/macsockotpt.c
index 4af516cc..98df2d32 100644
--- a/pr/src/md/mac/macsockotpt.c
+++ b/pr/src/md/mac/macsockotpt.c
@@ -1577,6 +1577,7 @@ int _MD_mac_get_nonblocking_connect_error(PRInt32 osfd)
case T_DATAXFER:
return 0;
case T_IDLE:
+ case T_INREL: /* beard: is this an error? */
return -1;
default:
PR_ASSERT(0);