summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/aux/wpa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/wpa.c b/sys/src/cmd/aux/wpa.c
index f6f01bf9d..8852b8ad5 100644
--- a/sys/src/cmd/aux/wpa.c
+++ b/sys/src/cmd/aux/wpa.c
@@ -797,6 +797,10 @@ Reset:
}
}
+ /* do not forward alert, close connection */
+ if(w[0] == 21)
+ break;
+
/* check if we'r still the tunnel for this connection */
if(conn->tunn != tunn)
break;