Minor debug output changes

This commit is contained in:
Joseph Henry 2015-10-06 21:22:08 -04:00
parent 876aa0883d
commit 1bc33ae8d7
3 changed files with 7 additions and 13 deletions

View file

@ -185,7 +185,7 @@ static err_t low_level_output(struct netif *netif, struct pbuf *p)
{
//fprintf(stderr, "low_level_output()\n");
struct pbuf *q;
char buf[ZT1_MAX_MTU+32];
char buf[ZT_MAX_MTU+32];
char *bufptr;
int tot_len = 0;