realloc() TX/RX bufs on XID negotiation

This commit is contained in:
XANTRONIX Development 2020-07-26 02:00:02 -04:00 committed by XANTRONIX Industrial
parent 3ef0da27b5
commit 7b25597e6e

View file

@ -275,7 +275,7 @@ int patty_ax25_sock_params_set(patty_ax25_sock *sock,
}
}
return 0;
return init_bufs(sock);
error_notsup:
errno = ENOTSUP;