summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zaptel-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel-base.c b/zaptel-base.c
index acd4743..309b813 100644
--- a/zaptel-base.c
+++ b/zaptel-base.c
@@ -2711,7 +2711,7 @@ static int ioctl_load_zone(unsigned long data)
}
for (x = 0; x < th.count; x++) {
- if (samples[x] && next[x])
+ if (samples[x])
samples[x]->next = samples[next[x]];
}