summaryrefslogtreecommitdiff
path: root/sys/shm/shmpipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/shm/shmpipe.c')
-rw-r--r--sys/shm/shmpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/shm/shmpipe.c b/sys/shm/shmpipe.c
index bde4c4e70..c692417e1 100644
--- a/sys/shm/shmpipe.c
+++ b/sys/shm/shmpipe.c
@@ -867,8 +867,8 @@ again:
goto again;
break;
}
- prev_buf = buffer;
}
+ prev_buf = buffer;
}
for (item = self->clients; item; item = item->next) {