diff options
Diffstat (limited to 'zebra/zebra_fpm.c')
| -rw-r--r-- | zebra/zebra_fpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index 0ffa55f1e4..7448292d9f 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -996,7 +996,7 @@ static int zfpm_write_cb(struct thread *thread) break; bytes_written = - write(zfpm_g->sock, STREAM_PNT(s), bytes_to_write); + write(zfpm_g->sock, stream_pnt(s), bytes_to_write); zfpm_g->stats.write_calls++; num_writes++; |
