realloc() TX/RX bufs on XID negotiation
This commit is contained in:
parent
3ef0da27b5
commit
7b25597e6e
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ int patty_ax25_sock_params_set(patty_ax25_sock *sock,
|
|||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return init_bufs(sock);
|
||||
|
||||
error_notsup:
|
||||
errno = ENOTSUP;
|
||||
|
|
Loading…
Add table
Reference in a new issue