though. Needs serious cleanup.
+2004-10-19 Hasso Tepper <hasso at quagga.net>
+
+ * zserv.c: Fix regression introduced with zserv cleanup.
+
2004-10-13 Hasso Tepper <hasso at quagga.net>
* zebra_snmp.c: Remove defaults used to initialize smux connection to
/* Write next-hop number */
if (nhnummark)
- stream_putw_at (s, nhnummark, nhnum);
+ stream_putc_at (s, nhnummark, nhnum);
/* Write packet size. */
stream_putw_at (s, 0, stream_get_endp (s));