doc: correct typo in ticket reference

The OS#4993 has nothing to do with AF_PACKET/ENOBUFS,
the proper ticket is OS#4995 as referenced later in the same file.

Change-Id: Icf13b351dc74508fc312c535d68b13b7ce9b7e1e
This commit is contained in:
Max 2022-10-19 20:37:28 +03:00
parent 61359a2cdd
commit 73984a88e5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ struct priv_bind {
struct osmo_fr_link *link;
int ifindex;
bool if_running;
/* backlog queue for AF_PACKET / ENOBUFS handling (see OS#4993) */
/* backlog queue for AF_PACKET / ENOBUFS handling (see OS#4995) */
struct {
/* file-descriptor for AF_PACKET socket */
struct osmo_fd ofd;