summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pr/src/io/prsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/io/prsocket.c b/pr/src/io/prsocket.c
index 79419306..e0f917c1 100644
--- a/pr/src/io/prsocket.c
+++ b/pr/src/io/prsocket.c
@@ -1241,7 +1241,7 @@ static PRInt16 PR_CALLBACK SocketPoll(
#if defined(_WIN64)
if (in_flags & PR_POLL_WRITE) {
if (fd->secret->alreadyConnected) {
- out_flags = PR_POLL_WRITE;
+ *out_flags = PR_POLL_WRITE;
return PR_POLL_WRITE;
}
}