]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/zbuf.c
*: remaining zassert => assert
[mirror_frr.git] / nhrpd / zbuf.c
index e3d9d042c5790246e0e8cc7af43ddd7c7d2d4e3c..e191a90f2d8c0bd2cdf1643f09c5d3b7753a3660 100644 (file)
@@ -59,7 +59,7 @@ void zbuf_reset(struct zbuf *zb)
 
 void zbuf_reset_head(struct zbuf *zb, void *ptr)
 {
-       zassert((void *)zb->buf <= ptr && ptr <= (void *)zb->tail);
+       assert((void *)zb->buf <= ptr && ptr <= (void *)zb->tail);
        zb->head = ptr;
 }